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 4d24c3b commit 967b1abCopy full SHA for 967b1ab
android/build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
def work_version = "2.11.0"
53
implementation "androidx.work:work-runtime:$work_version"
54
implementation "com.google.android.gms:play-services-tasks:18.4.0"
55
- implementation "com.google.guava:guava:33.4.8-android"
+ implementation "com.google.guava:guava:33.5.0-android"
56
implementation fileTree(dir: 'libs', include: ['*.jar'])
57
implementation project(':capacitor-android')
58
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
0 commit comments