Remove google services
This commit is contained in:
@@ -5,8 +5,6 @@ plugins {
|
||||
id 'kotlin-android'
|
||||
id 'kotlin-parcelize'
|
||||
id 'com.google.devtools.ksp'
|
||||
id 'com.google.gms.google-services'
|
||||
id 'com.google.firebase.crashlytics'
|
||||
id 'com.github.triplet.play'
|
||||
}
|
||||
|
||||
@@ -47,10 +45,6 @@ android {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
firebaseCrashlytics {
|
||||
nativeSymbolUploadEnabled true
|
||||
unstrippedNativeLibsDir true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,10 +98,7 @@ dependencies {
|
||||
implementation('org.smali:dexlib2:2.5.2') {
|
||||
exclude group: 'com.google.guava', module: 'guava'
|
||||
}
|
||||
implementation('com.google.guava:guava:32.1.2-android')
|
||||
|
||||
implementation platform('com.google.firebase:firebase-bom:32.4.0')
|
||||
implementation 'com.google.firebase:firebase-crashlytics-ktx'
|
||||
implementation 'com.google.guava:guava:32.1.2-android'
|
||||
implementation 'com.google.android.play:app-update-ktx:2.1.0'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user