kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
rodzic
481adc7333
commit
838e61a97a
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue