From c6b0beb9725e56487cc351a964175e70167d7831 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 14 Jun 2018 20:36:55 -0400 Subject: [PATCH] Bump Android build number to 110 (#1772) --- 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 a8f42c0db..7ed78953f 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 109 + versionCode 110 versionName "1.9.0" ndk { abiFilters "armeabi-v7a", "x86"