From 417ee737405a56c7e6de85e138d73b66c0c8c616 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 30 Jan 2017 19:39:08 -0300 Subject: [PATCH] Android Version Bump to 7 (#200) * Bumping android version to match ios * Version Bump to 7 --- 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 f524428f4..e541d5876 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 3 + versionCode 7 versionName "1.0" multiDexEnabled true ndk {