From 849c2930e0c0da8edaeb06280d38cafe2e0c0d71 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 18 Jun 2018 17:37:22 -0400 Subject: [PATCH] Bump Android build number to 111 (#1778) --- 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 7ed78953f..ac8c90eac 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 110 + versionCode 111 versionName "1.9.0" ndk { abiFilters "armeabi-v7a", "x86"