File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id " com.android.application"
3+ id " kotlin-android"
4+ id " dev.flutter.flutter-gradle-plugin"
35 // START: FlutterFire Configuration
46 id ' com.google.gms.google-services'
7+ id " com.google.firebase.crashlytics"
58 // END: FlutterFire Configuration
6- id " kotlin-android"
7- id " dev.flutter.flutter-gradle-plugin"
89}
910
1011def localProperties = new Properties ()
Original file line number Diff line number Diff line change 4444 <category android : name =" android.intent.category.DEFAULT" />
4545 <category android : name =" android.intent.category.BROWSABLE" />
4646
47- <data
48- android : host =" open-authenticator-by-skyost.firebaseapp.com"
49- android : scheme =" https" />
50- </intent-filter >
51- <intent-filter android : autoVerify =" true" >
52- <action android : name =" android.intent.action.VIEW" />
53-
54- <category android : name =" android.intent.category.DEFAULT" />
55- <category android : name =" android.intent.category.BROWSABLE" />
56-
5747 <data
5848 android : host =" totp"
5949 android : scheme =" otpauth" />
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ plugins {
2222 id " org.jetbrains.kotlin.android" version " 1.8.21" apply false
2323 // START: FlutterFire Configuration
2424 id " com.google.gms.google-services" version " 4.4.2" apply false
25+ id " com.google.firebase.crashlytics" version " 2.9.9" apply false
2526 // END: FlutterFire Configuration
2627}
2728
You can’t perform that action at this time.
0 commit comments