chore: release 5.0.3

This commit is contained in:
zaneschepke
2026-06-20 01:51:46 -04:00
parent 4c725491f4
commit daf5eebdd2
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
object Constants {
const val VERSION_NAME = "5.0.2"
const val VERSION_CODE = 50002
const val VERSION_NAME = "5.0.3"
const val VERSION_CODE = 50003
const val TARGET_SDK = 37
const val MIN_SDK = 26
@@ -0,0 +1,5 @@
What's new:
- Improved tunnel start time
- Added companion service to prevent new Android Auto app from detecting an active VPN
- Improved notification sync with tunnel statuses
- Various other minor fixes and improvements