fix: r8 broke workmanager
This commit is contained in:
@@ -27,6 +27,14 @@ android {
|
||||
minorApiLevel = 1
|
||||
}
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
isEnable = true
|
||||
reset() // Clear all defaults
|
||||
include("arm64-v8a") // Specify desired ABIs
|
||||
isUniversalApk = false
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.bitcointxoko.gudariwallet"
|
||||
@@ -37,9 +45,6 @@ android {
|
||||
androidResources {
|
||||
localeFilters += setOf("en", "es", "eu")
|
||||
}
|
||||
|
||||
|
||||
// testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
testInstrumentationRunner = "androidx.benchmark.junit4.AndroidBenchmarkRunner"
|
||||
testInstrumentationRunnerArguments["androidx.benchmark.suppressErrors"] = "ACTIVITY-MISSING"
|
||||
}
|
||||
@@ -174,7 +179,6 @@ dependencies {
|
||||
|
||||
//Navigation
|
||||
implementation(libs.androidx.navigation.compose)
|
||||
|
||||
implementation(libs.androidx.appcompat)
|
||||
|
||||
// animations
|
||||
|
||||
Reference in New Issue
Block a user