Skip to content

Commit 35bb989

Browse files
fix(deps): update dependency com.google.guava:guava to v33.5.0-android
1 parent 6f10d9e commit 35bb989

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
def work_version = "2.11.0"
5353
implementation "androidx.work:work-runtime:$work_version"
5454
implementation "com.google.android.gms:play-services-tasks:18.4.0"
55-
implementation "com.google.guava:guava:33.4.8-android"
55+
implementation "com.google.guava:guava:33.5.0-android"
5656
implementation fileTree(dir: 'libs', include: ['*.jar'])
5757
implementation project(':capacitor-android')
5858
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"

0 commit comments

Comments
 (0)