From b3f1e486a8ba59e052ff2da909bd24ee058fa35a Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 3 Jul 2018 15:15:40 -0400 Subject: [PATCH] Bump Android build number to 120 (#1869) --- 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 1015f3d89..33a2beda3 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 119 + versionCode 120 versionName "1.10.0" ndk { abiFilters "armeabi-v7a", "x86"