From ad11748b1cafa02c46dd30523c9ae3befe17656b Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 18 Jun 2024 10:38:42 +0000 Subject: [PATCH] Bump versionCode for the new release ...so F-Droid can build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3b36b413..dc4dc071 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { applicationId "com.burhanrashid52.photoediting" minSdkVersion 21 targetSdkVersion 32 - versionCode 8 + versionCode 10 versionName "3.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }