forked from github/wulkanowy-mirror
Version 1.1.5
This commit is contained in:
parent
43e95cfdc6
commit
8b83b37b09
@ -21,8 +21,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 90
|
versionCode 91
|
||||||
versionName "1.1.4"
|
versionName "1.1.5"
|
||||||
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 = 3
|
updatePriority = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
huaweiPublish {
|
huaweiPublish {
|
||||||
@ -162,7 +162,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:1.1.3"
|
implementation "io.github.wulkanowy:sdk:1.1.5"
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
|
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
Wersja 1.1.4
|
Wersja 1.1.5
|
||||||
|
|
||||||
Oprócz tego naprawiliśmy:
|
Naprawiliśmy liczenie średniej wszystkich ocen z całego roku
|
||||||
- rzadkie problemy ze stabilnością przy logowaniu i w innych miejscach
|
|
||||||
- brakujące awatary przy zmianie konta z poziomu widżetu
|
|
||||||
- wysyłanie wiadomości gdy w aplikacji jest zalogowany jednocześnie uczeń i rodzic
|
|
||||||
|
|
||||||
Ta wersja jest ostatnią, która będzie działać na starszych urządzeniach z Androidem 4.
|
|
||||||
Od tej pory do końca roku bedziemy dla nich udostępniać wyłącznie krytyczne poprawki błędów
|
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user