From f844e08d669df9df49a38de606cad9376744a4a6 Mon Sep 17 00:00:00 2001 From: moezbhatti Date: Sat, 29 Dec 2018 18:55:33 -0500 Subject: [PATCH] Increment to 3.6.1 --- presentation/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/build.gradle b/presentation/build.gradle index 1b16cc3c0..e44ae703a 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -31,8 +31,8 @@ android { applicationId "com.moez.QKSMS" minSdkVersion 21 targetSdkVersion 28 - versionCode 190 - versionName "3.6.0" + versionCode 191 + versionName "3.6.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "BUGSNAG_API_KEY", "\"${System.getenv("BUGSNAG_API_KEY")}\""