Release 1.6.3

This commit is contained in:
johan12345
2023-06-14 22:02:07 +02:00
parent 01737f21d2
commit 1be519b1ee
3 changed files with 8 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ android {
minSdkVersion 21
targetSdkVersion 33
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode 184
versionName "1.6.2"
versionCode 186
versionName "1.6.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs supportedLocales.split(',')

View File

@@ -0,0 +1,3 @@
Fehler behoben:
- Fehler im Caching-Algorithmus im Zusammenspiel mit bestimmten Filtern behoben
- Abstürze behoben

View File

@@ -0,0 +1,3 @@
Bugfixes:
- Fixed error in caching algorithm when some filters are active
- Fixed crashes