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 48fd805 commit 297e3f9Copy full SHA for 297e3f9
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