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

Commit 729c14a

Browse files
[sign_in]: Bump play-services-auth from 20.4.0 to 20.4.1 in /packages/google_sign_in/google_sign_in_android/android (#7008)
* [sign_in]: Bump play-services-auth Bumps play-services-auth from 20.4.0 to 20.4.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-auth dependency-type: direct:production update-type: version-update:semver-patch ... 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 e9cb4d2 commit 729c14a

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.5
2+
3+
* Updates play-services-auth version to 20.4.1.
4+
15
## 6.1.4
26

37
* Rolls Guava to version 31.1.

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.4.0'
53+
implementation 'com.google.android.gms:play-services-auth:20.4.1'
5454
implementation 'com.google.guava:guava:31.1-android'
5555
testImplementation 'junit:junit:4.13.2'
5656
testImplementation 'org.mockito:mockito-inline:5.0.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.4
5+
version: 6.1.5
66

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

0 commit comments

Comments
 (0)