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