From 1af474c449981583b22f8374febdf0b6ab265674 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Tue, 13 Aug 2024 17:07:30 -0400 Subject: [PATCH] bump version code --- buildSrc/src/main/kotlin/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index c5ed11f..a038ce2 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.0" const val JVM_TARGET = "17" - const val VERSION_CODE = 35000 + const val VERSION_CODE = 35001 const val TARGET_SDK = 34 const val MIN_SDK = 26 const val APP_ID = "com.zaneschepke.wireguardautotunnel"