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 {