bump version code

This commit is contained in:
Zane Schepke 2024-08-13 17:07:30 -04:00
parent 7e3405f3fd
commit 1af474c449
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
object Constants {
const val VERSION_NAME = "3.5.0"
const val JVM_TARGET = "17"
const val VERSION_CODE = 35000
const val VERSION_CODE = 35001
const val TARGET_SDK = 34
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"