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