mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 22:56:23 -06:00
Version 0.9.3
This commit is contained in:
parent
e38e458386
commit
08ecbb5341
@ -17,8 +17,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 28
|
||||
versionCode 40
|
||||
versionName "0.9.2"
|
||||
versionCode 41
|
||||
versionName "0.9.3"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
@ -98,7 +98,7 @@ play {
|
||||
}
|
||||
|
||||
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 "androidx.core:core:1.0.2"
|
||||
|
@ -1,9 +1,8 @@
|
||||
Wersja 0.9.2
|
||||
Wersja 0.9.3
|
||||
|
||||
Naprawiliśmy:
|
||||
- ustawienia synchronizacji w tle
|
||||
- ręczne odświeżanie ocen jeśli średnia była pobierana z dziennika
|
||||
- wygląd ładowania w widoku Dostęp Mobilny
|
||||
- sporadyczne awarie aplikacji na starszych urządzeniach
|
||||
- problemy z logowaniem jeśli symbol zawierał cyfry
|
||||
- bardzo rzadkie problemy z ładowaniem ocen
|
||||
- jeszcze rzadsze problemy ze stabilnością podczas logowania
|
||||
|
||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||
|
Loading…
Reference in New Issue
Block a user