File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 11import org.gradle.api.JavaVersion
22
33object 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
You can’t perform that action at this time.
0 commit comments