From 69c811efc3817918b87d87a025d311584146fb65 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 31 May 2017 16:10:04 -0400 Subject: [PATCH] Android Version Bump to 33 (#594) * Bump android version 32 (manual) * Version Bump to 33 --- 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 35c218461..82fff1d46 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 31 + versionCode 33 versionName "1.0" multiDexEnabled true ndk {