Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Dec 20, 2022
1 parent 8c48f6f commit cc1bbf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion androidApp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
Expand Down

0 comments on commit cc1bbf2

Please sign in to comment.