mirror of
https://github.com/wgtunnel/android.git
synced 2026-06-02 00:29:08 +02:00
13 lines
332 B
Kotlin
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"
|
|
}
|