Update BusyBox to 1.29.2 (38)
This commit is contained in:
parent
66697e8def
commit
d2e9157189
|
@ -157,7 +157,20 @@ Build:1.28.4,37
|
||||||
mv compiled/* ../app/src/main/assets/
|
mv compiled/* ../app/src/main/assets/
|
||||||
ndk=r10e
|
ndk=r10e
|
||||||
|
|
||||||
|
Build:1.29.2,38
|
||||||
|
commit=1.29.2
|
||||||
|
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
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.28.4
|
Current Version:1.29.2
|
||||||
Current Version Code:37
|
Current Version Code:38
|
||||||
|
|
Loading…
Reference in a new issue