From 48a276b6327fcfb402683a5788c962ca359175c4 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 21 Jun 2017 14:15:06 -0400 Subject: [PATCH] Android Version Bump to 36 (#659) * Manual bump android version to 35 * Version Bump to 36 --- 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 c85a0ba04..ba004f9d7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -91,7 +91,7 @@ android { applicationId "com.mattermost.react.native" minSdkVersion 16 targetSdkVersion 23 - versionCode 34 + versionCode 36 versionName "1.0" multiDexEnabled true ndk {