chore: bump version

This commit is contained in:
Zane Schepke 2024-12-09 22:46:27 -05:00
parent add18d5cef
commit 6762d4733e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
object Constants {
const val VERSION_NAME = "3.6.2"
const val VERSION_NAME = "3.6.3"
const val JVM_TARGET = "17"
const val VERSION_CODE = 36200
const val VERSION_CODE = 36300
const val TARGET_SDK = 35
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"