diff --git a/DOWNLOAD.md b/DOWNLOAD.md index 30581e8..ae0b529 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.15) +[Download current UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/tag/0.9.1.16) diff --git a/README_de.md b/README_de.md index f746bea..53304a0 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.15/UUID0xFD6F_v0.9.1.15.apk) +[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) ##### 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 905dfbf..1678fd3 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.15/UUID0xFD6F_v0.9.1.15.apk) +[Download Latest from UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.16/UUID0xFD6F_v0.9.1.16.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 9c7f03f..c9044ea 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.15/UUID0xFD6F_v0.9.1.15.apk) +[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) --- #### Cette application ne sera pas disponible via le PlayStore de Google diff --git a/app/build.gradle b/app/build.gradle index 0001154..4f66bd0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.emacberry.uuid0xfd6fscan" minSdkVersion 23 targetSdkVersion 30 - versionCode 9115 - versionName "0.9.1.15" + versionCode 9116 + versionName "0.9.1.16" //testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/de-DE/changelogs/9116.txt b/fastlane/metadata/android/de-DE/changelogs/9116.txt new file mode 100644 index 0000000..6e63460 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/9116.txt @@ -0,0 +1 @@ +- Einstellung hinzugefügt, um alternative Standortanbieter-Dienste zuzulassen diff --git a/fastlane/metadata/android/en-US/changelogs/9116.txt b/fastlane/metadata/android/en-US/changelogs/9116.txt new file mode 100644 index 0000000..b3e72ac --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9116.txt @@ -0,0 +1 @@ +- Added setting to allow alternate location provider services \ No newline at end of file