From 454937d345fe082d6d0c89f4655c87d704a5831f Mon Sep 17 00:00:00 2001 From: idk Date: Sat, 25 Jun 2022 10:16:47 -0400 Subject: [PATCH] checkin release update --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8b3d1c515..a59114371 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ repositories { android { compileSdkVersion 28 defaultConfig { - versionCode 4745268 + versionCode 4745269 versionName "$I2P_ANDROID_VERSION" minSdkVersion 14 targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)