Android Version Bump to 20 (#411)

* Remove extra build.gradle

* Version Bump to 20
This commit is contained in:
enahum 2017-03-27 23:29:52 -03:00 committed by GitHub
parent f06d035444
commit a82a9276ee
2 changed files with 2 additions and 1 deletions

View file

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

View file

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