From c10d31c62b489b01fc6cd131b989de9c487e312a Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 21 Jun 2018 18:48:17 -0400 Subject: [PATCH] Bump Android build number to 113 (#1801) --- 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 b63618c6c..7445ac38f 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 112 + versionCode 113 versionName "1.9.1" ndk { abiFilters "armeabi-v7a", "x86"