From 80eb96381d8a27ff2ace81904101882b69d5b7a6 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 13 Jun 2018 13:19:13 -0400 Subject: [PATCH] Bump Android build number to 109 (#1765) --- 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 9a13259d6..a8f42c0db 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 108 + versionCode 109 versionName "1.9.0" ndk { abiFilters "armeabi-v7a", "x86"