Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sign_in]: Bump com.google.guava:guava from 32.0.1-android to 32.1.1-android in /packages/google_sign_in/google_sign_in_android/android #4360

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.19

* Updates Guava to version 32.1.1.

## 6.1.18

* Updates play-services-auth version to 20.6.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@ android {

dependencies {
implementation 'com.google.android.gms:play-services-auth:20.6.0'
implementation 'com.google.guava:guava:32.0.1-android'
implementation 'com.google.guava:guava:32.1.1-android'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.0.0'

// TODO(camsim99): Remove this workaround when Gradle conflict is fixed: https://github.com/gradle/gradle/issues/22326.
modules {
module("com.google.guava:listenablefuture:1.0") {
replacedBy("com.google.guava:guava", "listenablefuture is part of guava")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in_android
description: Android implementation of the google_sign_in plugin.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 6.1.18
version: 6.1.19

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down