Skip to content

Commit

Permalink
build 0.9.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marq24 committed Sep 22, 2020
1 parent 4539868 commit 0443131
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DOWNLOAD.md
Original file line number Diff line number Diff line change
@@ -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.10)
[Download current UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/tag/0.9.1.11)
2 changes: 1 addition & 1 deletion README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10/UUID0xFD6F_v0.9.1.10.apk)
[Download des aktuellen UUID0xFD6FTracer.apk direkt hier von GitHub](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.11/UUID0xFD6F_v0.9.1.11.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
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10/UUID0xFD6F_v0.9.1.10.apk)
[Download Latest from UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.11/UUID0xFD6F_v0.9.1.11.apk)

## Settings & Configuration
Additional information about the settings and options can be found on the separate [SETTINGS.md](./SETTINGS.md).
Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10/UUID0xFD6F_v0.9.1.10.apk)
[Télécharger la dernière à partir de UUID0xFD6FTracer.apk](https://github.com/marq24/UUID0xFD6FTracer/releases/download/0.9.1.11/UUID0xFD6F_v0.9.1.11.apk)

---
#### Cette application ne sera pas disponible via le PlayStore de Google
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.emacberry.uuid0xfd6fscan"
minSdkVersion 23
targetSdkVersion 29
versionCode 9110
versionName "0.9.1.10"
versionCode 9111
versionName "0.9.1.11"
//testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/9111.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Option zur automatischen Aktivierung von Bluetooth (außer im Flugmodus)
- Anzeige wenn Bluetooth nicht aktiviert ist
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9111.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Option to enable Bluetooth automatically (except in flight mode)
- Show informwation if Bluetooh is deactivated

0 comments on commit 0443131

Please sign in to comment.