Skip to content

Commit 2ff651b

Browse files
committed
3.4.1
1 parent da477a0 commit 2ff651b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

androidApp/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- iOS support
1212

13-
## [Unreleased]
13+
## [3.4.1] - 2023-02-26
1414
### Fixed
15-
- Hide drawer when back pressed
15+
- System back button closes app instead of drawer
16+
- Russian translations
17+
- German translations
1618

1719
## [3.4.0] - 2023-02-25
1820
### Added

androidApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ android {
1616
applicationId = "hr.dtakac.prognoza"
1717
minSdk = AndroidConfig.minSdk
1818
targetSdk = AndroidConfig.targetSdk
19-
versionCode = 19
19+
versionCode = 20
2020
// Before pushing to release, make sure this value matches the latest one in CHANGELOG.md
21-
versionName = "3.4.0"
21+
versionName = "3.4.1"
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2323
resourceConfigurations.addAll(listOf("en", "hr", "de", "ru"))
2424
}

0 commit comments

Comments
 (0)