Skip to content

Commit 55bf618

Browse files
committed
Bump version to 2.9.1
1 parent 0b2ae0b commit 55bf618

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
What's New:
2+
- Account Setup: Support for in-app account creation and registration.
3+
- Privy Integration: Link your accounts easily with new Privy support.
4+
- Mixnet Tuning: New UI to fine-tune your privacy and connection settings.
5+
- Stability Fixes: Resolved Always-On VPN issues after system restarts and fixed app crashes.
6+
- Better Connectivity: Improved VPN architecture for more reliable, dynamic reconnections and updated Account Info UI.
7+
- Updated translations workflow.

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 = "v2.9.0"
5-
const val VERSION_CODE = 29000
4+
const val VERSION_NAME = "v2.9.1"
5+
const val VERSION_CODE = 29100
66
const val TARGET_SDK = 36
77
const val COMPILE_SDK = 36
88
const val MIN_SDK = 24

0 commit comments

Comments
 (0)