Version 0.10.0

This commit is contained in:
Mikołaj Pich 2019-09-04 22:58:53 +02:00
parent 4e0f41dcb2
commit d0ad4d9364
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
3 changed files with 8 additions and 7 deletions

View File

@ -14,7 +14,7 @@ cache:
branches: branches:
only: only:
- develop - develop
- 0.9.4 - 0.10.0
android: android:
licenses: licenses:

View File

@ -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"

View File

@ -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