From d351117a68d43e7f5a5fc8ce41ee48e43c139e6d Mon Sep 17 00:00:00 2001 From: marq24 Date: Tue, 19 Jan 2021 19:55:13 +0100 Subject: [PATCH] build 0.9.1.17 --- DOWNLOAD.md | 2 +- README_de.md | 2 +- README_en.md | 2 +- README_fr.md | 2 +- app/build.gradle | 4 ++-- fastlane/metadata/android/de-DE/changelogs/9117.txt | 1 + fastlane/metadata/android/en-US/changelogs/9117.txt | 1 + 7 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/de-DE/changelogs/9117.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/9117.txt diff --git a/DOWNLOAD.md b/DOWNLOAD.md index ae0b529..0deba2e 100644 --- a/DOWNLOAD.md +++ b/DOWNLOAD.md @@ -1,4 +1,4 @@ ## Download APK Please download the APK here from GitHub: -[Download current UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/tag/0.9.1.16) +[Download current UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/tag/0.9.1.17) diff --git a/README_de.md b/README_de.md index 53304a0..027a883 100644 --- a/README_de.md +++ b/README_de.md @@ -21,7 +21,7 @@ https://f-droid.org/app/com.emacberry.uuid0xfd6fscan https://www.amazon.de/gp/product/B08CY7JY1P #### Installation auch als Sideload möglich (erfordert 'Installation von unsicheren Quellen zulassen') -[Download des aktuellen UUID0xFD6FTracer.apk direkt hier von GitHub](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.16/UUID0xFD6F_v0.9.1.16.apk) +[Download des aktuellen UUID0xFD6FTracer.apk direkt hier von GitHub](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.17/UUID0xFD6F_v0.9.1.17.apk) ##### Kein Download via GooglePlay? Google hat ein zweites Mal entschieden die App aus dem Store zu entfernen, diesmal mit dem Hinweis darauf, dass der App diff --git a/README_en.md b/README_en.md index 1678fd3..f31065d 100644 --- a/README_en.md +++ b/README_en.md @@ -18,7 +18,7 @@ https://f-droid.org/app/com.emacberry.uuid0xfd6fscan https://www.amazon.com/gp/product/B08CY7JY1P ### Sideload the APK (requires 'allow insecure apps' setting) -[Download Latest from UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.16/UUID0xFD6F_v0.9.1.16.apk) +[Download Latest from UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.17/UUID0xFD6F_v0.9.1.17.apk) ## Settings & Configuration Additional information about the settings and options can be found on the separate [SETTINGS.md](./SETTINGS.md). diff --git a/README_fr.md b/README_fr.md index c9044ea..c8c9efe 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ https://f-droid.org/app/com.emacberry.uuid0xfd6fscan https://www.amazon.com/gp/product/B08CY7JY1P ### Charger le fichier APK (nécessite le paramètre "Autoriser les applications non sécurisées") -[Télécharger la dernière à partir de UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.16/UUID0xFD6F_v0.9.1.16.apk) +[Télécharger la dernière à partir de UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.17/UUID0xFD6F_v0.9.1.17.apk) --- #### Cette application ne sera pas disponible via le PlayStore de Google diff --git a/app/build.gradle b/app/build.gradle index 4f66bd0..85fedbd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.emacberry.uuid0xfd6fscan" minSdkVersion 23 targetSdkVersion 30 - versionCode 9116 - versionName "0.9.1.16" + versionCode 9117 + versionName "0.9.1.17" //testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/de-DE/changelogs/9117.txt b/fastlane/metadata/android/de-DE/changelogs/9117.txt new file mode 100644 index 0000000..a720aa9 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/9117.txt @@ -0,0 +1 @@ +- Schreibfehler in Einstellungen korrigiert ('0xFD' statt '0xDF') diff --git a/fastlane/metadata/android/en-US/changelogs/9117.txt b/fastlane/metadata/android/en-US/changelogs/9117.txt new file mode 100644 index 0000000..b0f4d48 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9117.txt @@ -0,0 +1 @@ +- fixed typo in Settings ('0xFD' instead of '0xDF') \ No newline at end of file