diff --git a/.travis.yml b/.travis.yml index e2f4c9511..de271c930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ -branches: - only: - - master +#branches: +# only: +# - master android: licenses: diff --git a/app/build.gradle b/app/build.gradle index ef33e2343..7d87553a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/app/src/main/play/release-notes/pl-PL/default.txt b/app/src/main/play/release-notes/pl-PL/default.txt index 70c0352ad..c8a56ad42 100644 --- a/app/src/main/play/release-notes/pl-PL/default.txt +++ b/app/src/main/play/release-notes/pl-PL/default.txt @@ -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