From 55c207e4ff321c3cc58df469795419b380652684 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 17 Aug 2018 10:35:36 -0300 Subject: [PATCH] Bump Android build number to 133 (#2018) * Update cocoapods * Bump Android build number to 133 --- 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 66171b5d7..30d96cf21 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -113,7 +113,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 21 targetSdkVersion 23 - versionCode 132 + versionCode 133 versionName "1.11.0" ndk { abiFilters "armeabi-v7a", "x86"