1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 03:39:08 -05:00

Version 0.8.4

This commit is contained in:
Mikołaj Pich 2019-05-27 18:13:20 +02:00
parent 209e75160a
commit e4a6caa13e
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
2 changed files with 5 additions and 9 deletions

View File

@ -16,8 +16,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 28 targetSdkVersion 28
versionCode 36 versionCode 37
versionName "0.8.3" versionName "0.8.4"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -85,7 +85,7 @@ play {
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:api:0.8.3' implementation 'io.github.wulkanowy:api:0.8.4'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.legacy:legacy-support-v4:1.0.0"

View File

@ -1,10 +1,6 @@
Wersja 0.8.3 Wersja 0.8.4
Naprawiliśmy: Naprawiliśmy:
- rzadkie problemy z wczytywaniem treści wiadomości - synchronizację w tle dla użytkowników używających danych pakietowych
- rzadkie problemy z wyświetlaniem poprawnego nauczyciela przy zastępstwach
Zmieniliśmy:
- tekst wskazówki przy wprowadzaniu symbolu w formularzu logowania
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases