Release 1.3.14

This commit is contained in:
johan12345
2022-10-01 10:11:58 +02:00
parent d7a644cb78
commit 0998ed1f67
3 changed files with 4 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ android {
minSdkVersion 21
targetSdkVersion 31
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode 124
versionName "1.3.13"
versionCode 126
versionName "1.3.14"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs supportedLocales.split(",")

View File

@@ -0,0 +1 @@
Reverted Android Auto changes in 1.3.13, which caused crashes

View File

@@ -0,0 +1 @@
Änderungen in Android Auto aus 1.3.12 rückgängig gemacht, da diese für Abstürze sorgten.