From 6d8c59ab61d17b2b59774373cc4dd353fbd15fb5 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 4 Jul 2018 13:53:02 -0400 Subject: [PATCH] Bump Android build number to 123 (#1886) --- 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 8a2647fed..a2a0362ff 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 122 + versionCode 123 versionName "1.10.0" ndk { abiFilters "armeabi-v7a", "x86"