From 6e580a76a83014a53ca9fc4617cf68cabfc1d367 Mon Sep 17 00:00:00 2001 From: moezbhatti Date: Thu, 14 Nov 2019 00:55:37 -0500 Subject: [PATCH] Increment to v3.7.6 --- presentation/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/build.gradle b/presentation/build.gradle index 3a2567407..6e78b1042 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -31,8 +31,8 @@ android { applicationId "com.moez.QKSMS" minSdkVersion 21 targetSdkVersion 28 // Don't upgrade to 29 until we support Scoped storage - versionCode 2204 - versionName "3.7.5" + versionCode 2205 + versionName "3.7.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }