mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-24 04:56:08 -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"
|
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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user