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