mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-31 22:52:44 +01:00
Version 0.11.0
This commit is contained in:
parent
cb9c35d772
commit
fe5f96a394
@ -14,7 +14,7 @@ cache:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.10.2
|
- 0.11.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 29
|
targetSdkVersion 29
|
||||||
versionCode 45
|
versionCode 46
|
||||||
versionName "0.10.2"
|
versionName "0.11.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:b7cbd9a"
|
implementation "io.github.wulkanowy:api:0.11.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"
|
implementation "androidx.core:core-ktx:1.1.0"
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
Wersja 0.10
|
Wersja 0.11.0
|
||||||
|
|
||||||
- odświeżyliśmy wygląd aplikacji
|
- ciemny motyw dla widżetów
|
||||||
- poprawiliśmy wyświetlanie nauczycieli w planie lekcji
|
- lista nauczycieli
|
||||||
- naprawiliśmy szczęsliwy numerek
|
- statystyka ocen punktowych ucznia na tle klasy i lepsze wyświetlanie punktów na liście ocen
|
||||||
|
- ładniejsza nawigacja między datami w planie lekcji i nie tylko
|
||||||
|
- naprawiony szczęśliwy numerek
|
||||||
|
- naprawione logowanie do dziennika Resman
|
||||||
|
|
||||||
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