From a35183a6778244d57eb943074c9f507856b6de61 Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 21 Mar 2017 15:56:45 -0300 Subject: [PATCH] Android Version Bump to 15 (#375) * Remove extra build.gradle causing build issues * Version Bump to 15 --- Makefile | 1 + android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42b935c26..1ee012d53 100644 --- a/Makefile +++ b/Makefile @@ -136,6 +136,7 @@ endif prepare-android-build: @rm -rf ./node_modules/react-native/local-cli/templates/HelloWorld + @rm -rf ./node_modules/react-native-linear-gradient/Examples/ @cd android && ./gradlew clean do-build-android: diff --git a/android/app/build.gradle b/android/app/build.gradle index 34c1f16b1..2517dc935 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 14 + versionCode 15 versionName "1.0" multiDexEnabled true ndk {