Files
wgtunnel-android/buildSrc/src/main/kotlin/Constants.kt
T
2025-12-26 00:58:08 -05:00

13 lines
332 B
Kotlin

object Constants {
const val VERSION_NAME = "4.2.2"
const val VERSION_CODE = 40202
const val TARGET_SDK = 36
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
const val APP_NAME = "wgtunnel"
// build types
const val RELEASE = "release"
const val NIGHTLY = "nightly"
}