Skip to content

Commit 8703539

Browse files
authored
[Android] Bump Android version to 3.3.0 (#5054)
1 parent b645603 commit 8703539

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

nym-vpn-android/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.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)

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.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

0 commit comments

Comments
 (0)