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.0.1
2
+
3
+ * Updates gradle version to 7.2.1 on Android.
4
+
1
5
## 6.0.0
2
6
3
7
* Deprecates ` clientId ` and adds support for ` serverClientId ` instead.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.3.0 '
11
+ classpath ' com.android.tools.build:gradle:7.2.1 '
12
12
}
13
13
}
14
14
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.0.0
5
+ version : 6.0.1
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