Fix/app signature (#284)

This commit is contained in:
Zane Schepke 2024-07-28 12:11:16 -04:00 committed by GitHub
parent 45e63e9910
commit 1f561fbf38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ object Constants {
const val VERSION_NAME = "3.4.8"
const val JVM_TARGET = "17"
const val VERSION_CODE = 34800
const val TARGET_SDK = 35
const val TARGET_SDK = 34
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
const val APP_NAME = "wgtunnel"