From ca8b263f0980d05d51c2c9e41150df9a75bc51b2 Mon Sep 17 00:00:00 2001 From: Moez Bhatti Date: Thu, 21 Nov 2019 22:27:10 -0500 Subject: [PATCH] Increment to v3.7.9 --- presentation/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/build.gradle b/presentation/build.gradle index 7642ee0e7..f5daff19a 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 2207 - versionName "3.7.8" + versionCode 2208 + versionName "3.7.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }