From b3f643d3153ca91d124b7497590f2d3791a67d9c Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 6 Jun 2018 16:53:15 -0400 Subject: [PATCH] Bump Android build number to 106 (#1734) --- 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 dde0859bf..08a99cdc5 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 105 + versionCode 106 versionName "1.9.0" ndk { abiFilters "armeabi-v7a", "x86"