Merge tag '0.9.4' into develop

0.9.4
This commit is contained in:
Mikołaj Pich 2019-08-12 23:18:04 +02:00
commit 6e266acec9
3 changed files with 7 additions and 9 deletions

View File

@ -14,7 +14,7 @@ cache:
branches: branches:
only: only:
- develop - develop
- 0.9.2 - 0.9.4
android: android:
licenses: licenses:

View File

@ -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"

View File

@ -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