Skip to content

Commit 5d847ef

Browse files
[sign_in]: Bump play-services-auth from 20.3.0 to 20.4.0 in /packages/google_sign_in/google_sign_in_android/android (flutter#6726)
* [sign_in]: Bump play-services-auth Bumps play-services-auth from 20.3.0 to 20.4.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump version Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: camsim99 <[email protected]>
1 parent 7abe5a7 commit 5d847ef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/google_sign_in/google_sign_in_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.3
2+
3+
* Updates play-services-auth version to 20.4.0.
4+
15
## 6.1.2
26

37
* Fixes passing `serverClientId` via the channelled `init` call

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
@@ -50,7 +50,7 @@ android {
5050
}
5151

5252
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'
5454
implementation 'com.google.guava:guava:28.1-android'
5555
testImplementation 'junit:junit:4.13.2'
5656
testImplementation 'org.mockito:mockito-inline:4.7.0'

packages/google_sign_in/google_sign_in_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in_android
22
description: Android implementation of the google_sign_in plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in_android
44
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
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)