Skip to content

Commit

Permalink
Merge pull request #1983 from moneymanagerex/google
Browse files Browse the repository at this point in the history
upgrade guava to 33.4.0 from 33.3.1
  • Loading branch information
wolfsolver authored Dec 21, 2024
2 parents de9da9e + a664858 commit 72c3a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dependencies {
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.sqlite:sqlite:2.3.1'
implementation 'androidx.sqlite:sqlite-framework:2.3.1'
api 'com.google.guava:guava:33.3.1-jre' // collection libraries
api 'com.google.guava:guava:33.4.0-jre' // collection libraries

implementation('com.mikepenz:aboutlibraries:6.2.3@aar') {
transitive = true
Expand Down

0 comments on commit 72c3a00

Please sign in to comment.