Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed Feb 25, 2023
1 parent 00c6c41 commit f3f5411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion androidApp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- iOS support

## [Unreleased]
## [3.4.0] - 2023-02-25
### Added
- German translations
- Russian translations
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 = 18
versionCode = 19
// Before pushing to release, make sure this value matches the latest one in CHANGELOG.md
versionName = "3.3.0"
versionName = "3.4.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "hr", "de", "ru"))
}
Expand Down

0 comments on commit f3f5411

Please sign in to comment.