From d5a1e0d8937d7769895368b6dc0ad39aaa1b9a4b Mon Sep 17 00:00:00 2001 From: davidtakac <35954251+davidtakac@users.noreply.github.com> Date: Tue, 30 May 2023 16:16:18 +0200 Subject: [PATCH] 3.5.0 --- androidApp/CHANGELOG.md | 24 ++++++++++++++++++++++++ androidApp/build.gradle.kts | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/androidApp/CHANGELOG.md b/androidApp/CHANGELOG.md index 97f0ea86..dd94d2a6 100644 --- a/androidApp/CHANGELOG.md +++ b/androidApp/CHANGELOG.md @@ -10,6 +10,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - iOS support +## [3.5.0] - 2023-05-30 +### Added +Huge thank you to everyone who contributed translations and to @ryder203 for putting the app on Crowdin! If there are any translation issues, please raise them on Crowdin. There's a link in the project README. +- Chinese Simplified +- Chinese Traditional +- Czech +- Danish +- Dutch +- Finnish +- French +- Greek +- Hungarian +- Italian +- Japanese +- Norwegian +- Polish +- Portuguese +- Portuguese, Brazilian +- Romanian +- Spanish +- Swedish +- Turkish +- Ukranian + ## [3.4.1] - 2023-02-26 ### Fixed - System back button closes app instead of drawer diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index a3ea8843..b53a368a 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -16,9 +16,9 @@ android { applicationId = "hr.dtakac.prognoza" minSdk = AndroidConfig.minSdk targetSdk = AndroidConfig.targetSdk - versionCode = 20 + versionCode = 21 // Before pushing to release, make sure this value matches the latest one in CHANGELOG.md - versionName = "3.4.1" + versionName = "3.5.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resourceConfigurations.addAll(listOf( "ar-rSA", "cs-rCZ", "da-rDK", "de-rDE", "el-rGR", "en-rUS", "es-rES",