From 9cf9f2b00db80c0ee7dcd82b6ccb33e008da8567 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 19 Jun 2018 15:18:28 -0400 Subject: [PATCH] Bump Android build number to 112 (#1784) --- 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 ac8c90eac91..45fcb1d8a9f 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 111 + versionCode 112 versionName "1.9.0" ndk { abiFilters "armeabi-v7a", "x86"