chore: release 4.3.1

Fixes google version collision
This commit is contained in:
zaneschepke
2026-03-09 20:31:35 -04:00
parent c130247df1
commit 4ed706b026
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"