This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
packages/google_sign_in/google_sign_in_android Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ android {
5151
5252dependencies {
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}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_sign_in_android
22description : Android implementation of the google_sign_in plugin.
33repository : https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in_android
44issue_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
77environment :
88 sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments