Skip to content

Commit b2d4ee5

Browse files
[google_sign_in] Roll Guava dependency to 31.1 (#6746)
* Roll guava * Metadata
1 parent dd493f5 commit b2d4ee5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/google_sign_in/google_sign_in_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.4
2+
3+
* Rolls Guava to version 31.1.
4+
15
## 6.1.3
26

37
* Updates play-services-auth version to 20.4.0.

packages/google_sign_in/google_sign_in_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151

5252
dependencies {
5353
implementation 'com.google.android.gms:play-services-auth:20.4.0'
54-
implementation 'com.google.guava:guava:28.1-android'
54+
implementation 'com.google.guava:guava:31.1-android'
5555
testImplementation 'junit:junit:4.13.2'
5656
testImplementation 'org.mockito:mockito-inline:4.7.0'
5757
}

packages/google_sign_in/google_sign_in_android/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in_android
22
description: Android implementation of the google_sign_in plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
5-
version: 6.1.3
5+
version: 6.1.4
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)