diff --git a/.travis.yml b/.travis.yml index b8f8a6461..10824e32f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,10 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ -branches: - only: - - master - - 0.8.x +#branches: +# only: +# - master +# - 0.8.x android: licenses: diff --git a/app/build.gradle b/app/build.gradle index d5f946154..3043bc651 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { testApplicationId "io.github.tests.wulkanowy" minSdkVersion 15 targetSdkVersion 28 - versionCode 35 - versionName "0.8.2" + versionCode 36 + versionName "0.8.3" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -85,7 +85,7 @@ play { } 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 "androidx.legacy:legacy-support-v4:1.0.0" 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 e36d71ce6..d1f8f1e7f 100644 --- a/app/src/main/play/release-notes/pl-PL/default.txt +++ b/app/src/main/play/release-notes/pl-PL/default.txt @@ -1,7 +1,10 @@ -Wersja 0.8.2 +Wersja 0.8.3 Naprawiliśmy: -- rzadkie problemy ze stabilnością w aplikacji -- częste problemy ze stabilnością w widżecie szczęśliwego numerka +- rzadkie problemy z wczytywaniem treści wiadomości +- 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