From cc1bbf251c321493028e7ed0dba8f3ea43faebd9 Mon Sep 17 00:00:00 2001 From: davidtakac <35954251+davidtakac@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:56:15 +0100 Subject: [PATCH] 3.2.0 --- androidApp/CHANGELOG.md | 4 +++- androidApp/build.gradle.kts | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/androidApp/CHANGELOG.md b/androidApp/CHANGELOG.md index 0302177e..ab1ec869 100644 --- a/androidApp/CHANGELOG.md +++ b/androidApp/CHANGELOG.md @@ -12,7 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - iOS support - NWS weather data provider -## [Unreleased] +## [3.2.0] - 2022-12-20 +### Note +- For the widget changes to apply, you may need to remove and add them again ### Added - Ability to delete saved places ### Fixed diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index aeabc55c..45401bc0 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 = 15 + versionCode = 16 // Before pushing to release, make sure this value matches the latest one in CHANGELOG.md - versionName = "3.1.0" + versionName = "3.2.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resourceConfigurations.addAll(listOf("en", "hr")) }