From caf3a776690521d6a97b05a5e89845820c9bf6c8 Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 15 Jun 2020 13:55:36 -0700 Subject: [PATCH 1/3] add Czech to list of languages to not filter --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 28e1587fc..14f45a58e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { From ef195b0036b3c5953868a69b914049287de2f28f Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 15 Jun 2020 20:42:13 -0700 Subject: [PATCH 2/3] fix referrer url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 21e1df80349d64177d7c13e56c30643efa74a23d Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 15 Jun 2020 20:42:24 -0700 Subject: [PATCH 3/3] 0.7.76 (hotfix fix #50) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 14f45a58e..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 {