1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-11-23 17:16:02 -06:00

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/wrapper/
branches:
only:
- master
#branches:
# only:
# - master
android:
licenses:

View File

@ -16,8 +16,8 @@ android {
testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 15
targetSdkVersion 28
versionCode 24
versionName "0.6.5"
versionCode 25
versionName "0.6.6"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -73,7 +73,7 @@ play {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$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.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
- naprawiono wyświetlanie szczegółowych informacji o błędach
- poprawiono problemy ze stabilnością w widoku ocen i wiadomości
- 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