From a9508d30f9b2b9f7c012aa8227860f36d2bea230 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 22 Jun 2018 17:53:29 -0400 Subject: [PATCH] Bump Android build number to 114 (#1809) --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7445ac38ff6..cbbc39478f8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -113,7 +113,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 21 targetSdkVersion 23 - versionCode 113 + versionCode 114 versionName "1.9.1" ndk { abiFilters "armeabi-v7a", "x86"