From 04c82b8d27fc4adaf2a732fa99603667e0eb628b Mon Sep 17 00:00:00 2001 From: sameerasw Date: Wed, 25 Mar 2026 18:43:36 +0530 Subject: [PATCH] version updated to 12.4 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 46e2da510..f79651041 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,8 +21,8 @@ android { applicationId = "com.sameerasw.essentials" minSdk = 26 targetSdk = 36 - versionCode = 34 - versionName = "12.3" + versionCode = 35 + versionName = "12.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }