diff --git a/app/build.gradle b/app/build.gradle index 14e95a41f..a30fa133a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 - versionCode 132 - versionName "0.3.2" + versionCode 134 + versionName "0.3.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -30,6 +30,12 @@ android { } } + defaultConfig { + // We have to list all translated languages here, because some of our libs have bogus languages that google play + // doesn't like and we need to strip them (gr) + resConfigs "en", "de", "fi", "fr", "ga", "it", "nl", "ru", "sv", "zh" + } + buildFeatures { // Enables Jetpack Compose for this module // compose true // NOTE, if true main app crashes if you use regular view layout functions