This reverts commit 3d0cf8b902.
This commit is contained in:
@@ -22,19 +22,6 @@ android {
|
||||
testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner"
|
||||
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
|
||||
resourceConfigurations += listOf("en", "es", "ru", "fr", "nl", "pt", "de")
|
||||
|
||||
buildConfigField(
|
||||
"String",
|
||||
"ACRA_HOST",
|
||||
System.getenv("ACRA_HOST")?.let { "\"$it\"" } ?: "\"\"")
|
||||
buildConfigField(
|
||||
"String",
|
||||
"ACRA_LOGIN",
|
||||
System.getenv("ACRA_LOGIN")?.let { "\"$it\"" } ?: "\"\"")
|
||||
buildConfigField(
|
||||
"String",
|
||||
"ACRA_PASSWORD",
|
||||
System.getenv("ACRA_PASSWORD")?.let { "\"$it\"" } ?: "\"\"")
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
@@ -152,9 +139,6 @@ dependencies {
|
||||
implementation(libs.coil)
|
||||
implementation(libs.coil.compose)
|
||||
|
||||
implementation(libs.acra.http)
|
||||
implementation(libs.acra.scheduler)
|
||||
|
||||
testImplementation(libs.junit)
|
||||
|
||||
implementation(libs.jetbrains.kotlinx.coroutinesAndroid)
|
||||
|
||||
Reference in New Issue
Block a user