From 45865ff5b97c4d0447cb65b36c98821876aecb23 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 19 Dec 2023 13:45:24 -0500 Subject: [PATCH] Increment version code and upload to GPlay --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0fd0365d6..d17f54ab8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ repositories { android { compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String) defaultConfig { - versionCode 4745279 + versionCode 4745280 versionName "$I2P_ANDROID_VERSION" minSdkVersion 21 targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)