Version 0.8.3

This commit is contained in:
Mikołaj Pich 2019-05-20 00:21:30 +02:00
parent 8731c2e1f2
commit 153e026a8d
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
3 changed files with 13 additions and 10 deletions

View File

@ -11,10 +11,10 @@ cache:
- $HOME/.gradle/caches/ - $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/ - $HOME/.gradle/wrapper/
branches: #branches:
only: # only:
- master # - master
- 0.8.x # - 0.8.x
android: android:
licenses: licenses:

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 35 versionCode 36
versionName "0.8.2" versionName "0.8.3"
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 'com.github.wulkanowy:api:0ceddab' implementation 'io.github.wulkanowy:api:0.8.3'
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,7 +1,10 @@
Wersja 0.8.2 Wersja 0.8.3
Naprawiliśmy: Naprawiliśmy:
- rzadkie problemy ze stabilnością w aplikacji - rzadkie problemy z wczytywaniem treści wiadomości
- częste problemy ze stabilnością w widżecie szczęśliwego numerka - 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