From 97264a6286b8675ea08f31c6d68a72df344cc98d Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 27 Apr 2018 15:17:30 -0300 Subject: [PATCH] Bump Android build number to 100 (#1640) --- 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 6a8b3f043..4a0eec9fe 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -111,7 +111,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 21 targetSdkVersion 23 - versionCode 99 + versionCode 100 versionName "1.8.0" multiDexEnabled true ndk {