Update baresip to 7.0.0 (55)
This commit is contained in:
parent
d6158680b6
commit
566774ff57
|
|
@ -444,10 +444,27 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r19c
|
ndk: r19c
|
||||||
|
|
||||||
|
- versionName: 7.0.0
|
||||||
|
versionCode: 55
|
||||||
|
commit: 7.0.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- libbaresip-android@1.0.5
|
||||||
|
build:
|
||||||
|
- pushd $$libbaresip-android$$
|
||||||
|
- sed -i -e 's|/usr/local/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
|
||||||
|
-e 's/baresip.git/baresip.git --branch v0.6.2/' Makefile
|
||||||
|
- make download-sources
|
||||||
|
- make install-all
|
||||||
|
- popd
|
||||||
|
ndk: r19c
|
||||||
|
|
||||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||||
this can cause build failures.
|
this can cause build failures.
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 6.4.0
|
CurrentVersion: 7.0.0
|
||||||
CurrentVersionCode: 54
|
CurrentVersionCode: 55
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue