From c2ab53cfeb8ff1b2a222951a3f271d1bc2061063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Tue, 26 Mar 2019 19:46:59 +0100 Subject: [PATCH] Version 0.7.3 --- app/build.gradle | 6 +++--- app/src/main/play/release-notes/pl-PL/default.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) 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