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 {