From 0559262b124bce56769a03fec4268a2751a1b0bf Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 8 May 2018 10:12:38 -0300 Subject: [PATCH] Bump Android build number to 102 (#1659) --- 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 bb7fb4518..3b307e42d 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 101 + versionCode 102 versionName "1.8.0" multiDexEnabled true ndk {