Merge branch 'release/0.24.3'

This commit is contained in:
Mikołaj Pich 2021-01-21 14:24:41 +01:00
commit 60ae14719d
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 30 targetSdkVersion 30
versionCode 80 versionCode 81
versionName "0.24.2" versionName "0.24.3"
multiDexEnabled true multiDexEnabled true
resValue "string", "app_name", "Wulkanowy" resValue "string", "app_name", "Wulkanowy"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -126,7 +126,7 @@ play {
serviceAccountCredentials = file('key.p12') serviceAccountCredentials = file('key.p12')
defaultToAppBundles = false defaultToAppBundles = false
track = 'alpha' track = 'alpha'
updatePriority = 3 updatePriority = 5
} }
ext { ext {

View File

@ -1,4 +1,4 @@
Wersja 0.24.2 Wersja 0.24.3
- naprawiliśmy odczytywanie wiadomości - naprawiliśmy odczytywanie wiadomości
- naprawiliśmy niekończące się ładowanie w ocenach na drugim semestrze - naprawiliśmy niekończące się ładowanie w ocenach na drugim semestrze
- naprawiliśmy ciemny motyw na MIUI 12 - naprawiliśmy ciemny motyw na MIUI 12