Merge pull request #53 from geeksville/dev

Dev
This commit is contained in:
Kevin Hester
2020-06-15 20:48:20 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ This project is currently early-alpha, if you have questions or feedback please
The production version of our application is here:
[![Download at https://play.google.com/store/apps/details?id=com.geeksville.mesh](https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=com.geeksville.mesh&referrer=utm_source%3Dhomepage%26anid%3Dadmob)
[![Download at https://play.google.com/store/apps/details?id=com.geeksville.mesh](https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=com.geeksville.mesh&referrer=utm_source%3Dgithub-android-readme)
But if you want the beta-test app now, we'd love to have your help testing. Three steps to opt-in to the test:

View File

@@ -17,8 +17,8 @@ android {
applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
targetSdkVersion 29
versionCode 10775 // format is Mmmss (where M is 1+the numeric major number
versionName "0.7.75"
versionCode 10776 // format is Mmmss (where M is 1+the numeric major number
versionName "0.7.76"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -35,7 +35,7 @@ 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", "es", "fi", "fr", "ga", "it", "ja", "nl", "ru", "sk", "sv", "zh"
resConfigs "cs", "de", "en", "es", "fi", "fr", "ga", "it", "ja", "nl", "ru", "sk", "sv", "zh"
// Needed to make mapbox work inside the firebase testlab - FIXME, alas, still doesn't work
ndk {