Android Version Bump to 15 (#375)

* Remove extra build.gradle causing build issues

* Version Bump to 15
This commit is contained in:
enahum 2017-03-21 15:56:45 -03:00 committed by GitHub
parent c201f59aff
commit a35183a677
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -91,7 +91,7 @@ android {
applicationId "com.mattermost.react.native"
minSdkVersion 16
targetSdkVersion 23
versionCode 14
versionCode 15
versionName "1.0"
multiDexEnabled true
ndk {