From a2c51e06092b09508fcca9aed3001feaf5b198ab Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 14 Sep 2018 09:22:04 -0300 Subject: [PATCH] Bump Android build number to 141 (#2120) --- 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 b76419f12..bed041b24 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 140 + versionCode 141 versionName "1.12.0" multiDexEnabled = true ndk {