Skip to content

Commit e4afa9d

Browse files
authored
[Android] Bump version to 3.4.0 (#5135)
1 parent f9e17ba commit e4afa9d

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
What's New:
2+
- Features: Added ad blocking.
3+
- Account & Login: Added pending subscription status and updated login flow.
4+
- UI Updates: Updated Lewes protocol text.
5+
- Bug Fixes: Fixed disappearing password manager dialog.

nym-vpn-android/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.4.0]
11+
1012
### Added
1113
- Add Ad blocking (https://github.com/nymtech/nym-vpn-client/pull/5033)
1214
- Add Pending subscription status (https://github.com/nymtech/nym-vpn-client/pull/5111)
@@ -18,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
### Fixed
1921
- Fix issue with disappearing password manager dialog (https://github.com/nymtech/nym-vpn-client/pull/5102)
2022

21-
## [3.3.0]
23+
## [3.3.0] - 15.04.2026
2224

2325
### Added
2426
- Add Lewes protocol toggle to SettingsScreen.kt (https://github.com/nymtech/nym-vpn-client/pull/5049)

nym-vpn-android/buildSrc/src/main/kotlin/Constants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import org.gradle.api.JavaVersion
22

33
object Constants {
4-
const val VERSION_NAME = "v3.3.0"
5-
const val VERSION_CODE = 33000
4+
const val VERSION_NAME = "v3.4.0"
5+
const val VERSION_CODE = 34000
66
const val TARGET_SDK = 36
77
const val COMPILE_SDK = 36
88
const val MIN_SDK = 24

0 commit comments

Comments
 (0)