From a02f342d9b95d59f2209854bcd0dc2f73fb7cc1c Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao Date: Wed, 24 Mar 2021 11:18:53 +0100 Subject: [PATCH] advanced build number --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 20e8765..e564a34 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.nareshkumarrao.eiweblog" minSdkVersion 16 targetSdkVersion 30 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "0.9.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }