Release 1.9.1

This commit is contained in:
johan12345
2024-05-25 13:07:22 +02:00
parent b3bbca576f
commit ce172bd4b0
3 changed files with 6 additions and 2 deletions

View File

@@ -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"
}

View File

@@ -0,0 +1,2 @@
Fehler behoben:
- Unterstützung für Geräte mit OpenGL ES 2.0 wiederhergestellt

View File

@@ -0,0 +1,2 @@
Bugfixes:
- Restored support for devices with OpenGL ES 2.0