From 13b9e00923c1c16f6cc6762c1d6e23cc58d6103c Mon Sep 17 00:00:00 2001 From: Moez Bhatti Date: Sun, 7 Feb 2021 15:19:53 -0500 Subject: [PATCH] Increment to v3.9.2 --- presentation/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/build.gradle b/presentation/build.gradle index 457b9da17..178c460b9 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -31,8 +31,8 @@ android { applicationId "com.moez.QKSMS" minSdkVersion 21 targetSdkVersion 29 - versionCode 2215 - versionName "3.9.1" + versionCode 2216 + versionName "3.9.2" setProperty("archivesBaseName", "QKSMS-v${versionName}") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"