We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add18d5 commit 6762d47Copy full SHA for 6762d47
buildSrc/src/main/kotlin/Constants.kt
@@ -1,7 +1,7 @@
1
object Constants {
2
- const val VERSION_NAME = "3.6.2"
+ const val VERSION_NAME = "3.6.3"
3
const val JVM_TARGET = "17"
4
- const val VERSION_CODE = 36200
+ const val VERSION_CODE = 36300
5
const val TARGET_SDK = 35
6
const val MIN_SDK = 26
7
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
0 commit comments