From b479ac23a43376f80fb0cbd94c7ef766f23b76eb Mon Sep 17 00:00:00 2001 From: Amanpal Singh <87360222+aman-alfresco@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:41:51 +0530 Subject: [PATCH] update version (#297) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4af565683..99d2e9a4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { defaultConfig { applicationId "com.alfresco.content.app" versionCode envOrDef('VERSION_CODE', '1') as Integer - versionName "1.7" + versionName "1.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }