We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219f8b6 commit e443fdaCopy full SHA for e443fda
android/build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
implementation project(':capacitor-android')
58
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
59
implementation 'io.github.g00fy2:versioncompare:1.5.0'
60
- implementation 'com.google.code.gson:gson:2.13.0'
+ implementation 'com.google.code.gson:gson:2.13.1'
61
testImplementation "junit:junit:$junitVersion"
62
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
63
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
0 commit comments