Version 0.6.6

This commit is contained in:
Mikołaj Pich 2019-01-25 21:42:53 +01:00
parent 43f6048c27
commit 7f162441e2
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
3 changed files with 11 additions and 10 deletions

View File

@ -11,9 +11,9 @@ cache:
- $HOME/.gradle/caches/ - $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/ - $HOME/.gradle/wrapper/
branches: #branches:
only: # only:
- master # - master
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 24 versionCode 25
versionName "0.6.5" versionName "0.6.6"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -73,7 +73,7 @@ play {
dependencies { dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation('com.github.wulkanowy:api:0fe0fbc69d') { exclude module: "threetenbp" } implementation('io.github.wulkanowy:api:0.6.6') { exclude module: "threetenbp" }
implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.appcompat:appcompat:1.0.2"

View File

@ -1,6 +1,7 @@
Wersja 0.6.5 Wersja 0.6.6
- zmieniono ikonę zmiany semestru w ocenach - poprawiono problemy ze stabilnością w widoku ocen i wiadomości
- naprawiono wyświetlanie szczegółowych informacji o błędach - naprawiono wyświetlanie powiadomień po ich ponownym włączeniu po długim czasie
- ograniczono ilość zbędnych informacji na widżecie planu lekcji
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.6.5 Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.6.6