File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/main/java/io/opentakserver/opentakicu Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ keystoreProperties.load(FileInputStream(keystorePropertiesFile))
15
15
plugins {
16
16
id(" com.android.application" )
17
17
id(" com.google.gms.google-services" )
18
+ id(" com.google.firebase.crashlytics" )
18
19
}
19
20
20
21
val gitDescribe: String by lazy {
@@ -93,10 +94,9 @@ dependencies {
93
94
implementation(" com.squareup.okhttp3:okhttp:4.12.0" )
94
95
implementation(" com.sealwu:kscript-tools:1.0.2" )
95
96
implementation(" com.google.firebase:firebase-analytics:21.5.1" )
96
- implementation(platform(" com.google.firebase:firebase-bom:32.7.3 " ))
97
+ implementation(platform(" com.google.firebase:firebase-bom:32.7.4 " ))
97
98
implementation(" com.google.firebase:firebase-analytics" )
98
- implementation(" com.google.firebase:firebase-auth" )
99
- implementation(" com.google.firebase:firebase-firestore" )
99
+ implementation(" com.google.firebase:firebase-crashlytics" )
100
100
testImplementation(" junit:junit:4.13.2" )
101
101
androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
102
102
androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
Original file line number Diff line number Diff line change 23
23
import android .view .MotionEvent ;
24
24
import android .view .SurfaceHolder ;
25
25
import android .view .View ;
26
+ import android .view .ViewGroup ;
26
27
import android .view .WindowManager ;
27
28
import android .widget .Button ;
28
29
import android .widget .TextView ;
Original file line number Diff line number Diff line change 2
2
plugins {
3
3
id(" com.android.application" ) version " 8.2.2" apply false
4
4
id(" com.google.gms.google-services" ) version " 4.4.1" apply false
5
+ id(" com.google.firebase.crashlytics" ) version " 2.9.9" apply false
5
6
}
You can’t perform that action at this time.
0 commit comments