Skip to content

Commit 0a81696

Browse files
fix(deps): update dependency com.google.android.gms:play-services-wallet to v19.5.0 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4ddfab commit 0a81696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation fileTree(dir: 'libs', include: ['*.jar'])
5353
implementation project(':capacitor-android')
5454
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
55-
implementation "com.google.android.gms:play-services-wallet:19.2.0"
55+
implementation "com.google.android.gms:play-services-wallet:19.5.0"
5656
testImplementation "junit:junit:$junitVersion"
5757
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
5858
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

0 commit comments

Comments
 (0)