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.3
2
+
3
+ * Updates play-services-auth version to 20.4.0.
4
+
1
5
## 6.1.2
2
6
3
7
* Fixes passing ` serverClientId ` via the channelled ` init ` call
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
}
51
51
52
52
dependencies {
53
- implementation ' com.google.android.gms:play-services-auth:20.3 .0'
53
+ implementation ' com.google.android.gms:play-services-auth:20.4 .0'
54
54
implementation ' com.google.guava:guava:28.1-android'
55
55
testImplementation ' junit:junit:4.13.2'
56
56
testImplementation ' org.mockito:mockito-inline:4.7.0'
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/plugins/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.2
5
+ version : 6.1.3
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments