From 6dc02cb56a4ff2162e0e03a05913d65a357299d0 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 11 Sep 2018 19:09:55 -0300 Subject: [PATCH] Bump Android build number to 138 (#2104) --- 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 7cc7445e7..3e557c212 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 137 + versionCode 138 versionName "1.12.0" multiDexEnabled = true ndk {