Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v31.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent ddd60ab commit 3c1a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'com.google.mlkit:language-id:17.0.4'
implementation 'com.android.billingclient:billing:5.1.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation ('com.google.guava:guava:31.0.1-android') {
implementation ('com.google.guava:guava:31.1-jre') {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
exclude group: 'org.checkerframework', module: 'checker-compat-qual'
exclude group: 'org.checkerframework', module: 'checker-qual'
Expand Down

0 comments on commit 3c1a88e

Please sign in to comment.