From 5cd56e644afbd0f4da182deb3281056c337d2393 Mon Sep 17 00:00:00 2001 From: Waheed Nazir Date: Mon, 21 Jun 2021 02:20:35 +0800 Subject: [PATCH] Bump (1)1.0.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e0181b6..211b0b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "com.kotlin.mvvm.architecture" minSdkVersion androidMinSdkVersion - versionCode 2 - versionName "1.0.2" + versionCode 1 + versionName "1.0.0" vectorDrawables.useSupportLibrary = true multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"