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 e4ddfab commit 0a81696Copy full SHA for 0a81696
android/build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
implementation fileTree(dir: 'libs', include: ['*.jar'])
53
implementation project(':capacitor-android')
54
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
55
- implementation "com.google.android.gms:play-services-wallet:19.2.0"
+ implementation "com.google.android.gms:play-services-wallet:19.5.0"
56
testImplementation "junit:junit:$junitVersion"
57
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
58
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
0 commit comments