Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v32.1.3-jre (#523
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent c99d764 commit e9226a4
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 e9226a4

Please sign in to comment.