Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 709e7d4

Browse files
[sign_in]: Bump play-services-auth from 20.0.1 to 20.3.0 in /packages/google_sign_in/google_sign_in_android/android (#6361)
1 parent 6c84f5d commit 709e7d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/google_sign_in/google_sign_in_android/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Corrects typos in plugin error logs and removes not actionable warnings.
44
* Updates minimum Flutter version to 2.10.
5+
* Updates play-services-auth version to 20.3.0.
56

67
## 6.1.0
78

packages/google_sign_in/google_sign_in_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
}
4949

5050
dependencies {
51-
implementation 'com.google.android.gms:play-services-auth:20.0.1'
51+
implementation 'com.google.android.gms:play-services-auth:20.3.0'
5252
implementation 'com.google.guava:guava:28.1-android'
5353
testImplementation 'junit:junit:4.13.2'
5454
testImplementation 'org.mockito:mockito-inline:4.7.0'

0 commit comments

Comments
 (0)