mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 19:36:16 -06:00
Version 1.1.6
This commit is contained in:
parent
17761af9d6
commit
d20f3180cf
@ -21,8 +21,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 30
|
||||
versionCode 91
|
||||
versionName "1.1.5"
|
||||
versionCode 92
|
||||
versionName "1.1.6"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
@ -138,7 +138,7 @@ play {
|
||||
serviceAccountCredentials = file('key.p12')
|
||||
defaultToAppBundles = false
|
||||
track = 'production'
|
||||
updatePriority = 1
|
||||
updatePriority = 5
|
||||
}
|
||||
|
||||
huaweiPublish {
|
||||
@ -161,7 +161,7 @@ ext {
|
||||
}
|
||||
|
||||
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'
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user