new tag due to new codec (gsm)

This commit is contained in:
Juha Heinanen 2022-09-02 12:14:54 +03:00
parent cb85904e3e
commit f89bda0b85

View file

@ -2737,10 +2737,31 @@ Builds:
- popd
ndk: r23b
- versionName: 48.1.0
versionCode: 230
commit: 783b00611fc6b90e397dbb946751f1504a743402
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless wget
- update-alternatives --auto java
gradle:
- yes
srclibs:
- libbaresip-android@25.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r23b
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 48.0.1
CurrentVersionCode: 229
CurrentVersion: 48.1.0
CurrentVersionCode: 230