From a82a9276ee0cc0ce293f82d908bebf937fe58be7 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 27 Mar 2017 23:29:52 -0300 Subject: [PATCH] Android Version Bump to 20 (#411) * Remove extra build.gradle * Version Bump to 20 --- Makefile | 1 + android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ee012d53..a5d877902 100644 --- a/Makefile +++ b/Makefile @@ -137,6 +137,7 @@ endif prepare-android-build: @rm -rf ./node_modules/react-native/local-cli/templates/HelloWorld @rm -rf ./node_modules/react-native-linear-gradient/Examples/ + @rm -rf ./node_modules/react-native-orientation/demo/ @cd android && ./gradlew clean do-build-android: diff --git a/android/app/build.gradle b/android/app/build.gradle index f98de3ab3..f2ec7cff9 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 19 + versionCode 20 versionName "1.0" multiDexEnabled true ndk {