diff --git a/README.md b/README.md index 70a710018..2d3cd03ad 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/app/build.gradle b/app/build.gradle index 28e1587fc..d3dcc1f6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {