Version 0.9.3

This commit is contained in:
Mikołaj Pich 2019-06-15 01:13:36 +02:00
parent e38e458386
commit 08ecbb5341
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
2 changed files with 7 additions and 8 deletions

View File

@ -17,8 +17,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 28 targetSdkVersion 28
versionCode 40 versionCode 41
versionName "0.9.2" versionName "0.9.3"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -98,7 +98,7 @@ play {
} }
dependencies { dependencies {
implementation "io.github.wulkanowy:api:0.9.2" implementation "io.github.wulkanowy:api:0.9.3"
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,9 +1,8 @@
Wersja 0.9.2 Wersja 0.9.3
Naprawiliśmy: Naprawiliśmy:
- ustawienia synchronizacji w tle - problemy z logowaniem jeśli symbol zawierał cyfry
- ręczne odświeżanie ocen jeśli średnia była pobierana z dziennika - bardzo rzadkie problemy z ładowaniem ocen
- wygląd ładowania w widoku Dostęp Mobilny - jeszcze rzadsze problemy ze stabilnością podczas logowania
- sporadyczne awarie aplikacji na starszych urządzeniach
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases