Travis CI deployment to AWS and Github releases #114
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ 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 ..
|
||||
version=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
||||
export BUILD_VERSION=$version
|
||||
buildozer android release
|
||||
jarsigner -verbose -sigalg SHA1withRSA \
|
||||
-digestalg SHA1 \
|
||||
|
|
Loading…
Reference in a new issue