From b67877889b46d11ec2531a15c1e7520a8d724ed4 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 10 Aug 2018 18:25:20 -0400 Subject: [PATCH] Bump Android build number to 130 (#1995) --- 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 7578c5b85..3175692cf 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 129 + versionCode 130 versionName "1.11.0" ndk { abiFilters "armeabi-v7a", "x86"