forked from github/wulkanowy-mirror
Version 0.9.4
This commit is contained in:
parent
6bd07d2651
commit
db7b7dbadf
@ -14,7 +14,7 @@ cache:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.9.2
|
- 0.9.4
|
||||||
|
|
||||||
android:
|
android:
|
||||||
licenses:
|
licenses:
|
||||||
|
@ -17,8 +17,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 41
|
versionCode 42
|
||||||
versionName "0.9.3"
|
versionName "0.9.4"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -107,7 +107,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:api:0.9.3"
|
implementation "io.github.wulkanowy:api:0.9.4"
|
||||||
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation "androidx.core:core:1.0.2"
|
implementation "androidx.core:core:1.0.2"
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Wersja 0.9.3
|
Wersja 0.9.4
|
||||||
|
|
||||||
Naprawiliśmy:
|
- naprawienie nawigacji we frekwencji, sprawdzianach, planie lekcji na wakacjach
|
||||||
- problemy z logowaniem jeśli symbol zawierał cyfry
|
- wyświetlanie szczęśliwego numerka po ostatniej aktualizacji dziennika VULCAN (19.06)
|
||||||
- bardzo rzadkie problemy z ładowaniem ocen
|
|
||||||
- jeszcze rzadsze problemy ze stabilnością podczas logowania
|
|
||||||
|
|
||||||
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