Update BusyBox to 1.28.4 (37)
This commit is contained in:
parent
adf2899613
commit
7a9cae2325
|
@ -136,7 +136,20 @@ Build:1.28.3,36
|
|||
mv compiled/* ../app/src/main/assets/
|
||||
ndk=r10e
|
||||
|
||||
Build:1.28.4,37
|
||||
commit=1.28.4
|
||||
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.28.3
|
||||
Current Version Code:36
|
||||
Current Version:1.28.4
|
||||
Current Version Code:37
|
||||
|
|
Loading…
Reference in a new issue