bump version

This commit is contained in:
Zane Schepke 2024-10-17 22:51:07 -04:00
parent bc811f74ef
commit 05e7cb7c04
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
object Constants {
const val VERSION_NAME = "3.5.2"
const val VERSION_NAME = "3.5.3"
const val JVM_TARGET = "17"
const val VERSION_CODE = 35200
const val VERSION_CODE = 35300
const val TARGET_SDK = 34
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"

View File

@ -0,0 +1,6 @@
What's new:
- Rooted devices now get wifi name without location
- Logs screen scroll and sharing improvements
- Tunnel import bug fixes for AndroidTV 14
- Tunnel statistics UI enhancements
- Other bug fixes and improvements