diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 6afd41c78..1099d4ff4 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -44,6 +44,12 @@ android { } } + buildFeatures { + if (project.hasProperty("dev")) { + resValues = true + } + } + buildTypes { all { signingConfig = config ?: signingConfigs["debug"]