remove export from release.sh

This commit is contained in:
Akinwale Ariwodola 2018-05-09 14:26:24 +01:00
parent 51240a3936
commit 7a5d620ed4

View file

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