Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed May 30, 2023
1 parent 541676e commit d5a1e0d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions androidApp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = 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",
Expand Down

0 comments on commit d5a1e0d

Please sign in to comment.