forked from github/wulkanowy-mirror
Version 0.10.0
This commit is contained in:
parent
4e0f41dcb2
commit
d0ad4d9364
@ -14,7 +14,7 @@ cache:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.9.4
|
- 0.10.0
|
||||||
|
|
||||||
android:
|
android:
|
||||||
licenses:
|
licenses:
|
||||||
|
@ -17,8 +17,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 42
|
versionCode 43
|
||||||
versionName "0.9.4"
|
versionName "0.10.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -123,7 +123,7 @@ configurations.all {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:api:8086dc6"
|
implementation "io.github.wulkanowy:api:0.10.0"
|
||||||
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation "androidx.core:core-ktx:1.1.0-rc03"
|
implementation "androidx.core:core-ktx:1.1.0-rc03"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
Wersja 0.9.4
|
Wersja 0.10.0
|
||||||
|
|
||||||
- naprawienie nawigacji we frekwencji, sprawdzianach, planie lekcji na wakacjach
|
- odświeżyliśmy wygląd aplikacji
|
||||||
- wyświetlanie szczęśliwego numerka po ostatniej aktualizacji dziennika VULCAN (19.06)
|
- poprawiliśmy wyświetlanie nauczycieli w planie lekcji
|
||||||
|
- naprawiliśmy szczęsliwy numerek
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user