From 27992f5165dc6ebdfbf2612fc741a22b472029f3 Mon Sep 17 00:00:00 2001
From: Sk Niyaj Ali <niyaj639@gmail.com>
Date: Fri, 6 Dec 2024 23:14:09 +0530
Subject: [PATCH] chore - Testing Re-usable workflows

---
 mifospay-android/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mifospay-android/build.gradle.kts b/mifospay-android/build.gradle.kts
index a511ea506..994f76599 100644
--- a/mifospay-android/build.gradle.kts
+++ b/mifospay-android/build.gradle.kts
@@ -36,7 +36,7 @@ android {
 
     defaultConfig {
         applicationId = "org.mifospay"
-        versionName = project.dynamicVersion
+        versionName = System.getenv("VERSION") ?: project.dynamicVersion
         versionCode = System.getenv("VERSION_CODE")?.toIntOrNull() ?: 1
         vectorDrawables.useSupportLibrary = true
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"