Merge branch 'hotfix/messages-send' into develop

This commit is contained in:
Mikołaj Pich 2021-05-21 14:09:45 +02:00
commit 211cb5e4f2
2 changed files with 6 additions and 5 deletions

View File

@ -22,8 +22,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 91 versionCode 92
versionName "1.1.5" versionName "1.1.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -135,7 +135,7 @@ play {
serviceAccountCredentials = file('key.p12') serviceAccountCredentials = file('key.p12')
defaultToAppBundles = false defaultToAppBundles = false
track = 'production' track = 'production'
updatePriority = 1 updatePriority = 5
} }
huaweiPublish { huaweiPublish {

View File

@ -1,5 +1,6 @@
Wersja 1.1.5 Wersja 1.1.6
Naprawiliśmy liczenie średniej wszystkich ocen z całego roku - naprawiliśmy błąd przy wysyłaniu wiadomości
- naprawiliśmy oznaczanie odwołanych lekcji jako zastępstwa
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases