cleanup top level directory
This commit is contained in:
parent
40c36df414
commit
26703815b2
3 changed files with 0 additions and 14 deletions
|
@ -1,3 +0,0 @@
|
|||
.buildozer
|
||||
.buildozer-downloads
|
||||
.gradle
|
5
build.sh
5
build.sh
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd app
|
||||
react-native bundle --platform android --dev false --entry-file src/index.js --bundle-output ../src/main/assets/index.android.bundle --assets-dest ../src/main/res/
|
||||
cd ..
|
||||
buildozer android debug
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd app
|
||||
react-native bundle --platform android --dev true --entry-file src/index.js --bundle-output ../src/main/assets/index.android.bundle --assets-dest ../src/main/res/
|
||||
cd ..
|
||||
buildozer android debug deploy
|
||||
|
Loading…
Reference in a new issue