Skip to content

Commit e4c438b

Browse files
author
Michael Klimushyn
authored
[firebase_auth] Update a broken dependency. (#1117)
This was depending on a version of `firebase_core` that was using the original Android Support libraries instead of AndroidX.
1 parent 7892779 commit e4c438b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/firebase_auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.0+1
2+
3+
* Update a broken dependency.
4+
15
## 0.8.0
26

37
* **Breaking change**. Migrate from the deprecated original Android Support

packages/firebase_auth/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
firebase_auth:
99
path: ../
1010
google_sign_in: ^3.0.4
11-
firebase_core: ^0.2.5+1
11+
firebase_core: ^0.3.0
1212

1313
flutter:
1414
uses-material-design: true

packages/firebase_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
44
like Google, Facebook and Twitter.
55
author: Flutter Team <flutter-dev@googlegroups.com>
66
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_auth
7-
version: 0.8.0
7+
version: "0.8.0+1"
88

99
flutter:
1010
plugin:
@@ -14,7 +14,7 @@ flutter:
1414

1515
dependencies:
1616
meta: ^1.0.4
17-
firebase_core: ^0.2.5+1
17+
firebase_core: ^0.3.0
1818

1919
flutter:
2020
sdk: flutter

0 commit comments

Comments
 (0)