From b86bc370e275661d3d1b3cad8a9c38ebab825424 Mon Sep 17 00:00:00 2001 From: Wrichik Basu <56736644+WrichikBasu@users.noreply.github.com> Date: Thu, 22 Apr 2021 01:12:06 +0530 Subject: [PATCH] Updated release version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6e6f8b0..5f11a82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "in.basulabs.shakealarmclock" minSdkVersion 21 targetSdkVersion 30 - versionCode 26 - versionName "2.0.3" + versionCode 27 + versionName "2.0.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }