mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
Deleted multiDexEnabled
Try to fix crash 2.1.7 on Android 4.2.2.
This commit is contained in:
parent
d4f8af5e29
commit
ff53bfc71f
@ -19,7 +19,7 @@ android {
|
||||
buildConfigField("String", "ACRA_BACKEND_URL", acraSecretsProperties['ACRA_BACKEND_URL'])
|
||||
buildConfigField("String", "ACRA_LOGIN", acraSecretsProperties['ACRA_LOGIN'])
|
||||
buildConfigField("String", "ACRA_PASSWORD", acraSecretsProperties['ACRA_PASSWORD'])
|
||||
multiDexEnabled true
|
||||
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
@ -93,4 +93,4 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test:runner:1.5.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user