From 2b79de26ee3e13290958958e325f85b75655e126 Mon Sep 17 00:00:00 2001 From: SidharthMudgil <68889544+SidharthMudgil@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:00:38 +0530 Subject: [PATCH] bump app version to 1.0.5 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e9e33c5..0f833a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.sidharth.lg_motion" minSdk 30 targetSdk 34 - versionCode 5 - versionName "1.0.4" + versionCode 6 + versionName "1.0.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }