File tree 3 files changed +6
-2
lines changed
packages/google_sign_in/google_sign_in_android
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.1.29
2
+
3
+ * Updates Guava to version 33.3.0.
4
+
1
5
## 6.1.28
2
6
3
7
* Updates lint checks to ignore NewerVersionAvailable.
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
60
60
61
61
dependencies {
62
62
implementation ' com.google.android.gms:play-services-auth:21.0.0'
63
- implementation ' com.google.guava:guava:33.2.1 -android'
63
+ implementation ' com.google.guava:guava:33.3.0 -android'
64
64
testImplementation ' junit:junit:4.13.2'
65
65
testImplementation ' org.mockito:mockito-inline:5.0.0'
66
66
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_sign_in_android
2
2
description : Android implementation of the google_sign_in plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_android
4
4
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.28
5
+ version : 6.1.29
6
6
7
7
environment :
8
8
sdk : ^3.4.0
You can’t perform that action at this time.
0 commit comments