1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 06:29:09 -05:00

Merge tag '0.10.0' into develop

Version 0.10.0
This commit is contained in:
Mikołaj Pich 2019-09-04 22:59:40 +02:00
commit a13aad984c
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