From 6ceadec7f77de688173eec996c9cc8e61a960bcd Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 14 May 2018 12:48:48 -0400 Subject: [PATCH] Bump Android build number to 103 (#1674) --- 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 ae67eb3d7..ff0bd2940 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 102 + versionCode 103 versionName "1.8.0" multiDexEnabled true ndk {