forked from github/wulkanowy-mirror
Version 0.7.4
This commit is contained in:
parent
935bec3f5b
commit
297a2909ba
@ -11,10 +11,10 @@ cache:
|
|||||||
- $HOME/.gradle/caches/
|
- $HOME/.gradle/caches/
|
||||||
- $HOME/.gradle/wrapper/
|
- $HOME/.gradle/wrapper/
|
||||||
|
|
||||||
branches:
|
#branches:
|
||||||
only:
|
# only:
|
||||||
- master
|
# - master
|
||||||
- 0.7.x
|
# - 0.7.x
|
||||||
|
|
||||||
android:
|
android:
|
||||||
licenses:
|
licenses:
|
||||||
|
@ -16,8 +16,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 29
|
versionCode 30
|
||||||
versionName "0.7.3"
|
versionName "0.7.4"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -86,7 +86,7 @@ play {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation('com.github.wulkanowy:api:f1152ae') { exclude module: "threetenbp" }
|
implementation('io.github.wulkanowy:api:0.7.4') { 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,11 @@
|
|||||||
Wersja 0.7.3
|
Wersja 0.7.4
|
||||||
|
|
||||||
Naprawiliśmy:
|
Naprawiliśmy:
|
||||||
- naprawiono problemy ze stabilnością podczas odświeżania danych
|
- problem ze stabilnością na androidach 4 i 5
|
||||||
|
- problem z przełączaniem kont, jeśli zalogowany był jednocześnie uczeń i rodzic
|
||||||
|
- problem z odświeżaniem danych, jeśli uczeń przeniósł się z klasy do klasy w bieżącym roku szkolnym
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.7.3
|
Dodaliśmy:
|
||||||
|
- nową opcję zmiany wartości plusa i minusa na 0.75
|
||||||
|
|
||||||
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.7.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user