Skip to content

Commit

Permalink
Release 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Sep 14, 2023
1 parent 71c36fb commit 9222dec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
minSdkVersion 21
targetSdkVersion 34
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode 198
versionName "1.6.8"
versionCode 200
versionName "1.6.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs supportedLocales.split(',')
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Verbesserungen:
- Beim Start der App wird nun der zuletzt gesehene Kartenausschnitt gezeigt

Fehler behoben:
- Abstürze behoben
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Improvements:
- When starting the app, the last viewed map area will be shown

Bugfixes:
- Fixed crashes

0 comments on commit 9222dec

Please sign in to comment.