From 02499c5f990b40ee4602b3da15ab8f7f074b8aab Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 26 Apr 2018 12:57:21 -0300 Subject: [PATCH] Bump Android build number to 98 (#1629) --- 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 6845c84ab..6bd26a4ee 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 97 + versionCode 98 versionName "1.8.0" multiDexEnabled true ndk {