diff --git a/packages/google_sign_in/CHANGELOG.md b/packages/google_sign_in/CHANGELOG.md index 13aafeea58af..92bf3230e06c 100644 --- a/packages/google_sign_in/CHANGELOG.md +++ b/packages/google_sign_in/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.0.7 + +* Switch from using `api` to `implementation` for dependency on `play-services-auth`, + preventing version mismatch build failures in some Android configurations. + ## 4.0.6 * Fixed the `PlatformException` leaking from `catchError()` in debug mode. diff --git a/packages/google_sign_in/android/build.gradle b/packages/google_sign_in/android/build.gradle index 9162c3080e50..cb7227abc3f7 100755 --- a/packages/google_sign_in/android/build.gradle +++ b/packages/google_sign_in/android/build.gradle @@ -47,6 +47,6 @@ android { } dependencies { - api 'com.google.android.gms:play-services-auth:16.0.1' + implementation 'com.google.android.gms:play-services-auth:16.0.1' implementation 'com.google.guava:guava:20.0' } diff --git a/packages/google_sign_in/pubspec.yaml b/packages/google_sign_in/pubspec.yaml index ee5ad7e3f861..6ed758895bf7 100755 --- a/packages/google_sign_in/pubspec.yaml +++ b/packages/google_sign_in/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android and iOS. author: Flutter Team homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in -version: 4.0.6 +version: 4.0.7 flutter: plugin: