Fix/app signature (#284)
This commit is contained in:
parent
45e63e9910
commit
1f561fbf38
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue