Android Version Bump to 20 (#411)
* Remove extra build.gradle * Version Bump to 20
This commit is contained in:
parent
f06d035444
commit
a82a9276ee
2 changed files with 2 additions and 1 deletions
1
Makefile
1
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:
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ android {
|
|||
applicationId "com.mattermost.react.native"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 19
|
||||
versionCode 20
|
||||
versionName "1.0"
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
|
|
|
|||
Loading…
Reference in a new issue