diff --git a/app/build.gradle b/app/build.gradle index ce21cf44..509e146f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { testApplicationId "io.github.tests.wulkanowy" minSdkVersion 15 targetSdkVersion 28 - versionCode 28 - versionName "0.7.2" + versionCode 29 + versionName "0.7.3" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -77,7 +77,7 @@ play { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation('io.github.wulkanowy:api:0.7.2') { exclude module: "threetenbp" } + implementation('io.github.wulkanowy:api:0.7.3') { 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 bdf045f5..6cf59d4b 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,6 @@ -Naprawiliśmy: -- problemy ze stabilnością podczas przełączania zakładek -- nierówność w nawigacji między dniami w planie lekcji i frekwencji -- zły wygląd odświeżania w szczęśliwym numerku +Wersja 0.7.3 -Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.7.2 +Naprawiliśmy: +- naprawiono problemy ze stabilnością podczas odświeżania danych + +Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases/tag/0.7.3