Skip to content

Commit 4edff5a

Browse files
committed
Downgrade google_sign_in due to breakage
1 parent d5e93a0 commit 4edff5a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

in_app_purchases/codelab_rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ steps:
4343
}
4444
- name: Add app dependencies
4545
path: steps/app
46-
flutter: pub add cloud_firestore cupertino_icons firebase_auth firebase_core google_sign_in http intl provider
46+
flutter: pub add cloud_firestore cupertino_icons firebase_auth firebase_core google_sign_in:^6.3.0 http intl provider
4747
- name: Patch app/pubspec.yaml
4848
path: steps/app/pubspec.yaml
4949
patch-u: |

in_app_purchases/complete/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
cupertino_icons: ^1.0.8
1414
firebase_auth: ^6.0.0
1515
firebase_core: ^4.0.0
16-
google_sign_in: ^7.1.1
16+
google_sign_in: ^6.3.0
1717
http: ^1.4.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5

in_app_purchases/step_00/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
cupertino_icons: ^1.0.8
1414
firebase_auth: ^6.0.0
1515
firebase_core: ^4.0.0
16-
google_sign_in: ^7.1.1
16+
google_sign_in: ^6.3.0
1717
http: ^1.4.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5

in_app_purchases/step_03/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
cupertino_icons: ^1.0.8
1414
firebase_auth: ^6.0.0
1515
firebase_core: ^4.0.0
16-
google_sign_in: ^7.1.1
16+
google_sign_in: ^6.3.0
1717
http: ^1.4.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5

in_app_purchases/step_07/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
cupertino_icons: ^1.0.8
1414
firebase_auth: ^6.0.0
1515
firebase_core: ^4.0.0
16-
google_sign_in: ^7.1.1
16+
google_sign_in: ^6.3.0
1717
http: ^1.4.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5

in_app_purchases/step_08/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
cupertino_icons: ^1.0.8
1414
firebase_auth: ^6.0.0
1515
firebase_core: ^4.0.0
16-
google_sign_in: ^7.1.1
16+
google_sign_in: ^6.3.0
1717
http: ^1.4.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5

in_app_purchases/step_10/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
cupertino_icons: ^1.0.8
1414
firebase_auth: ^6.0.0
1515
firebase_core: ^4.0.0
16-
google_sign_in: ^7.1.1
16+
google_sign_in: ^6.3.0
1717
http: ^1.4.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5

in_app_purchases/step_11/app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
cupertino_icons: ^1.0.8
1414
firebase_auth: ^6.0.0
1515
firebase_core: ^4.0.0
16-
google_sign_in: ^7.1.1
16+
google_sign_in: ^6.3.0
1717
http: ^1.4.0
1818
intl: ^0.20.2
1919
provider: ^6.1.5

0 commit comments

Comments
 (0)