Update BusyBox to 1.28.3 (36)
This commit is contained in:
parent
051aeb6dca
commit
4c403b7ebd
|
@ -123,7 +123,20 @@ Build:1.27.2,34
|
|||
mv compiled/* ../app/src/main/assets/
|
||||
ndk=r10e
|
||||
|
||||
Build:1.28.3,36
|
||||
commit=1.28.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
rm=app/src/main/assets/arm,app/src/main/assets/mips,app/src/main/assets/x86
|
||||
build=cd ../contrib && \
|
||||
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
||||
./bb-build.sh arm static && \
|
||||
./bb-build.sh mips static && \
|
||||
./bb-build.sh x86 static && \
|
||||
mv compiled/* ../app/src/main/assets/
|
||||
ndk=r10e
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.27.2
|
||||
Current Version Code:34
|
||||
Current Version:1.28.3
|
||||
Current Version Code:36
|
||||
|
|
Loading…
Reference in a new issue