(Android) Add version increment

This commit is contained in:
twinaphex 2019-08-28 05:44:50 +02:00
parent 885d7ba914
commit cfff36345a

View File

@ -1057,6 +1057,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
cd pkg/android/phoenix$PKG_EXTRA
git reset --hard
python ./version_increment.py
./gradlew clean assembleRelease | tee -a "$LOGFILE"
cp -r build/outputs/apk/normal/release/phoenix-normal-release.apk $RARCH_DIR/retroarch-release.apk | tee -a "$LOGFILE"
cp -r build/outputs/apk/normal/release/phoenix-normal-release.apk $RARCH_DIR/retroarch-release.apk