From e40515c1385213b403afd6ffde32e37e0844ebdf Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Sun, 15 Sep 2024 00:39:13 -0400 Subject: [PATCH] chore: bump version --- buildSrc/src/main/kotlin/Constants.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 86afb18..5bedb61 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -1,7 +1,7 @@ object Constants { - const val VERSION_NAME = "3.5.1" + const val VERSION_NAME = "3.5.2" const val JVM_TARGET = "17" - const val VERSION_CODE = 35103 + const val VERSION_CODE = 35200 const val TARGET_SDK = 34 const val MIN_SDK = 26 const val APP_ID = "com.zaneschepke.wireguardautotunnel" @@ -15,7 +15,6 @@ object Constants { const val RELEASE = "release" const val NIGHTLY = "nightly" const val PRERELEASE = "prerelease" - const val DEBUG = "debug" const val TYPE = "type" const val NIGHTLY_CODE = 42