From ba1285df2c02d48c995b414babbbcc401f66ba82 Mon Sep 17 00:00:00 2001 From: Moez Bhatti Date: Mon, 2 Jul 2018 19:00:57 -0400 Subject: [PATCH] Increment to 3.3.6 --- presentation/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/build.gradle b/presentation/build.gradle index f0b05fa1b..48d60948d 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.moez.QKSMS" minSdkVersion 21 targetSdkVersion 28 - versionCode 176 - versionName "3.3.5" + versionCode 177 + versionName "3.3.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "BUGSNAG_API_KEY", "\"${System.getenv("BUGSNAG_API_KEY")}\""