pull/28/head 0.3.4
geeksville 2020-04-11 10:21:26 -07:00
rodzic 481adc7333
commit 838e61a97a
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -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