From af3e65f2b6eb5c877606ce4bda0179f73081f7ad Mon Sep 17 00:00:00 2001 From: RajashekarRaju Date: Wed, 5 Jan 2022 23:14:54 +0530 Subject: [PATCH] Made version name correction. Updated project. --- .idea/misc.xml | 5 +++++ app/build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 10ed779..cd06242 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -10,6 +10,11 @@ + + + + + diff --git a/app/build.gradle b/app/build.gradle index 1be68d6..7873fc8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { minSdk 24 targetSdk 31 versionCode 1 - versionName "1.0" + versionName "0.1.0" vectorDrawables { useSupportLibrary true