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+ - Settings: Added Lewes protocol toggle.
3+ - UI Updates: Cleaned up the Settings, Support, and Hop screens.
4+ - Technical Improvements: Added fallback for system logging.
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.3.0]
11+
1012### Added
1113- Add Lewes protocol toggle to SettingsScreen.kt (https://github.com/nymtech/nym-vpn-client/pull/5049 )
1214- Add fallback to TimberTree when Logcat not available (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.2 .0"
5- const val VERSION_CODE = 32000
4+ const val VERSION_NAME = " v3.3 .0"
5+ const val VERSION_CODE = 33000
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