Version 1.1.6

This commit is contained in:
Mikołaj Pich 2021-05-21 13:44:41 +02:00
parent 17761af9d6
commit d20f3180cf
2 changed files with 7 additions and 6 deletions

View File

@ -21,8 +21,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 30 targetSdkVersion 30
versionCode 91 versionCode 92
versionName "1.1.5" versionName "1.1.6"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -138,7 +138,7 @@ play {
serviceAccountCredentials = file('key.p12') serviceAccountCredentials = file('key.p12')
defaultToAppBundles = false defaultToAppBundles = false
track = 'production' track = 'production'
updatePriority = 1 updatePriority = 5
} }
huaweiPublish { huaweiPublish {
@ -161,7 +161,7 @@ ext {
} }
dependencies { dependencies {
implementation "io.github.wulkanowy:sdk:f937a993c7" implementation "io.github.wulkanowy:sdk:1.1.6"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

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