From 7e5327cd4859b51b4c60d844049ee49f7b0aa77a Mon Sep 17 00:00:00 2001 From: VishnuSanal Date: Sun, 5 Dec 2021 19:55:29 +0530 Subject: [PATCH] v2.7.1 -> Update version number --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e73cf930..50c2aefc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "phone.vishnu.quotes" minSdkVersion 22 targetSdkVersion 31 - versionCode 53 - versionName "2.7.0" + versionCode 54 + versionName "2.7.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {