From 3e604c03d884c369396559a6a67e2a329bef2ef1 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 13 Sep 2018 18:22:09 -0300 Subject: [PATCH] Bump Android build number to 140 (#2117) --- 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 6bd7c106d..b76419f12 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -113,7 +113,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 21 targetSdkVersion 26 - versionCode 139 + versionCode 140 versionName "1.12.0" multiDexEnabled = true ndk {