Update BusyBox to 1.27.1 (32)
This commit is contained in:
parent
b6797a79a8
commit
8641f26926
|
@ -95,7 +95,21 @@ Build:1.26.2,29
|
|||
./bb-build.sh mips static && \
|
||||
cp -fR compiled/mips ../app/src/main/assets/
|
||||
|
||||
Build:1.27.1,32
|
||||
commit=1.27.1
|
||||
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
|
||||
Current Version:1.27.1
|
||||
Current Version Code:32
|
||||
|
|
Loading…
Reference in a new issue