Merge pull request #94 from yggdrasil-network/revert-91-master

Revert "Deleted multiDexEnabled"
This commit is contained in:
Vadym Vikulin 2022-12-24 12:46:41 +02:00 committed by GitHub
commit f331dd75c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {