Update BusyBox to 1.30.1 (40)
This commit is contained in:
parent
af33f38867
commit
d082ac1fac
|
@ -219,7 +219,26 @@ Builds:
|
|||
- mv compiled/* ../app/src/main/assets/
|
||||
ndk: r10e
|
||||
|
||||
- versionName: 1.30.1
|
||||
versionCode: 40
|
||||
commit: 1.30.1
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.29.2
|
||||
CurrentVersionCode: 38
|
||||
CurrentVersion: 1.30.1
|
||||
CurrentVersionCode: 40
|
||||
|
|
Loading…
Reference in a new issue