We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da6e3e commit 44353dfCopy full SHA for 44353df
buildSrc/src/main/kotlin/Constants.kt
@@ -1,7 +1,7 @@
1
object Constants {
2
- const val VERSION_NAME = "3.6.4"
+ const val VERSION_NAME = "3.6.5"
3
const val JVM_TARGET = "17"
4
- const val VERSION_CODE = 36400
+ const val VERSION_CODE = 36500
5
const val TARGET_SDK = 35
6
const val MIN_SDK = 26
7
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
fastlane/metadata/android/en-US/changelogs/36500.txt
@@ -0,0 +1,6 @@
+What's new:
+- Auto tunnel reliability improvements
+- Split tunnel save fix and performance improvements
+- Kernel mode bug fix
+- Tile bug fix
+- Various other fixes and improvements
versionCode.txt
@@ -1 +1 @@
-21
+1
0 commit comments