From 838e61a97a0cb31699759c141466a64e965aadf6 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 11 Apr 2020 10:21:26 -0700 Subject: [PATCH] 0.3.4 --- app/build.gradle | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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