bump version
This commit is contained in:
parent
bc811f74ef
commit
05e7cb7c04
|
@ -1,7 +1,7 @@
|
||||||
object Constants {
|
object Constants {
|
||||||
const val VERSION_NAME = "3.5.2"
|
const val VERSION_NAME = "3.5.3"
|
||||||
const val JVM_TARGET = "17"
|
const val JVM_TARGET = "17"
|
||||||
const val VERSION_CODE = 35200
|
const val VERSION_CODE = 35300
|
||||||
const val TARGET_SDK = 34
|
const val TARGET_SDK = 34
|
||||||
const val MIN_SDK = 26
|
const val MIN_SDK = 26
|
||||||
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
|
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue