forked from github/wulkanowy-mirror
Merge branch 'release/1.1.3' into develop
This commit is contained in:
commit
c70fe3430c
@ -20,8 +20,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 88
|
versionCode 89
|
||||||
versionName "1.1.2"
|
versionName "1.1.3"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -137,7 +137,7 @@ play {
|
|||||||
serviceAccountCredentials = file('key.p12')
|
serviceAccountCredentials = file('key.p12')
|
||||||
defaultToAppBundles = false
|
defaultToAppBundles = false
|
||||||
track = 'production'
|
track = 'production'
|
||||||
updatePriority = 5
|
updatePriority = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
@ -150,7 +150,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:1.1.2"
|
implementation "io.github.wulkanowy:sdk:1.1.3"
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
|
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
Wersja 1.1.2
|
Wersja 1.1.3
|
||||||
|
|
||||||
- naprawiliśmy wyświetlanie planu lekcji i lekcji dodatkowych
|
Oprócz tego naprawiliśmy:
|
||||||
- naprawiliśmy kilka rzadkich problemów ze stabilnością
|
- 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