baresip - update build block, update 5.3.1
This commit is contained in:
parent
5d45334322
commit
871e997dc5
|
@ -257,7 +257,26 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r18b
|
ndk: r18b
|
||||||
|
|
||||||
|
- versionName: 5.3.1
|
||||||
|
versionCode: 42
|
||||||
|
commit: 5.3.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- libbaresip-android@0f4664ce981d8739c4bad14bfcc802dc11592f65
|
||||||
|
rm:
|
||||||
|
- distribution/*/lib/armeabi-v7a/*.a
|
||||||
|
- distribution/*/lib/arm64-v8a/*.a
|
||||||
|
build:
|
||||||
|
- pushd $$libbaresip-android$$
|
||||||
|
- sed -i -e 's!\/usr\/local\/Android\/Sdk\/ndk-bundle!$$NDK$$!' -e 's!\/usr\/src\/baresip-studio!../../com.tutpro.baresip!' Makefile
|
||||||
|
- make download-sources
|
||||||
|
- make install-all
|
||||||
|
- popd
|
||||||
|
ndk: r19
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 5.3.0
|
CurrentVersion: 5.3.1
|
||||||
CurrentVersionCode: 41
|
CurrentVersionCode: 42
|
||||||
|
|
Loading…
Reference in a new issue