Skip to content

Commit

Permalink
Release 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Feb 1, 2023
1 parent 221e5f4 commit 2aa1fcf
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -20,8 +20,8 @@ android {
minSdkVersion 21
targetSdkVersion 33
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode 158
versionName "1.4.5"
versionCode 160
versionName "1.4.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs supportedLocales.split(',')
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/160.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fehler behoben:
- Abstürze behoben
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/160.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bugfixes:
- Fixed crashes

0 comments on commit 2aa1fcf

Please sign in to comment.