Compare commits

..

1 Commits

Author SHA1 Message Date
zaneschepke c24c33c95c chore: release 4.3.1
Fixes google version collision
2026-03-09 20:31:35 -04:00
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
object Constants {
const val VERSION_NAME = "4.3.0"
const val VERSION_CODE = 40300
const val VERSION_NAME = "4.3.1"
const val VERSION_CODE = 40301
const val TARGET_SDK = 36
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"