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