Skip to content

Commit ee19cb5

Browse files
chore(app-check): fix firebase_app_check iOS example app (#9287)
1 parent 91d8aa7 commit ee19cb5

File tree

16 files changed

+1199
-49
lines changed

16 files changed

+1199
-49
lines changed

packages/firebase_app_check/firebase_app_check/example/android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ if (flutterVersionName == null) {
2222
}
2323

2424
apply plugin: 'com.android.application'
25+
// START: FlutterFire Configuration
26+
apply plugin: 'com.google.gms.google-services'
27+
// END: FlutterFire Configuration
2528
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2629

2730
android {

0 commit comments

Comments
 (0)