forked from github/wulkanowy-mirror
Version 0.7.3
This commit is contained in:
parent
87268b3ef6
commit
c2ab53cfeb
@ -16,8 +16,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 28
|
versionCode 29
|
||||||
versionName "0.7.2"
|
versionName "0.7.3"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -77,7 +77,7 @@ play {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation('io.github.wulkanowy:api:0.7.2') { exclude module: "threetenbp" }
|
implementation('io.github.wulkanowy:api:0.7.3') { exclude module: "threetenbp" }
|
||||||
|
|
||||||
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
||||||
implementation "androidx.appcompat:appcompat:1.0.2"
|
implementation "androidx.appcompat:appcompat:1.0.2"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Naprawiliśmy:
|
Wersja 0.7.3
|
||||||
- problemy ze stabilnością podczas przełączania zakładek
|
|
||||||
- nierówność w nawigacji między dniami w planie lekcji i frekwencji
|
|
||||||
- zły wygląd odświeżania w szczęśliwym numerku
|
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.7.2
|
Naprawiliśmy:
|
||||||
|
- naprawiono problemy ze stabilnością podczas odświeżania danych
|
||||||
|
|
||||||
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.7.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user