Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed May 25, 2024
1 parent b3bbca5 commit ce172bd
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
minSdk = 21
targetSdk = 34
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode = 218
versionName = "1.9.0"
versionCode = 220
versionName = "1.9.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/220.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fehler behoben:
- Unterstützung für Geräte mit OpenGL ES 2.0 wiederhergestellt
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/220.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bugfixes:
- Restored support for devices with OpenGL ES 2.0

0 comments on commit ce172bd

Please sign in to comment.