From 6d1870759e8b9f886928715d284c97f34e1af00c Mon Sep 17 00:00:00 2001 From: WrichikBasu <56736644+WrichikBasu@users.noreply.github.com> Date: Tue, 5 Jan 2021 21:49:13 +0530 Subject: [PATCH] Update app version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 64e865b..2522128 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "in.basulabs.shakealarmclock" minSdkVersion 21 targetSdkVersion 30 - versionCode 18 - versionName "1.3.3" + versionCode 19 + versionName "1.3.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }