Finish v1.47.11(524)#1
Some checks reported errors
WMS - Android (New)/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
WMS - Android (New)/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
commit
0e49c93678
@ -8,6 +8,7 @@ apply plugin: 'com.google.firebase.crashlytics'
|
||||
//apply plugin: 'kotlin-android'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 524
|
||||
@ -60,6 +61,9 @@ android {
|
||||
shrinkResources true // Rimuove risorse non utilizzate
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
firebaseCrashlytics {
|
||||
mappingFileUploadEnabled false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user