Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v32.1.3-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 6ae209f commit 5a5f992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
def work_version = "2.9.1"
implementation "androidx.work:work-runtime:$work_version"
implementation "com.google.android.gms:play-services-tasks:18.2.0"
implementation "com.google.guava:guava:32.1.3-android"
implementation "com.google.guava:guava:32.1.3-jre"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
Expand Down

0 comments on commit 5a5f992

Please sign in to comment.