Update BusyBox. Enable auto updates from tags.

This commit is contained in:
mimi89999 2017-06-16 15:45:28 +02:00
parent 1adc64eadc
commit abe7fbb3bb
No known key found for this signature in database
GPG key ID: 4B054AC4922D7B18

View file

@ -81,7 +81,21 @@ Build:1.25.1,27
./bb-build.sh mips static && \
cp -fR compiled/mips ../app/src/main/assets/
Auto Update Mode:None
Build:1.26.2,29
commit=1.26.2
subdir=app
gradle=yes
scandelete=app/src/main/assets
build=cd ../contrib && \
export ANDROID_NDK_ROOT=$$NDK$$ && \
./bb-build.sh arm static && \
cp -fR compiled/arm ../app/src/main/assets/ && \
./bb-build.sh intel static && \
cp -fR compiled/intel ../app/src/main/assets/ && \
./bb-build.sh mips static && \
cp -fR compiled/mips ../app/src/main/assets/
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.26.2
Current Version Code:29