mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
linephone: add back sdk version autoupdate
This commit is contained in:
parent
a9f71bd4cf
commit
76a4509d7f
1 changed files with 4 additions and 0 deletions
|
|
@ -5067,6 +5067,10 @@ Builds:
|
|||
- app/google-services.json
|
||||
prebuild:
|
||||
- pushd $$linphone-sdk$$
|
||||
- LINPHONE_SDK_VERSION=$(git log --tags --no-walk --before="$date" --pretty="format:%S"
|
||||
| grep -P '^[\d.]+$' | head -n 1)
|
||||
- echo "Using Linphone SDK" $LINPHONE_SDK_VERSION
|
||||
- git checkout $LINPHONE_SDK_VERSION
|
||||
- git submodule update --init --recursive
|
||||
- rm -R liblinphone/wrappers/java/classes/org/linphone/core/tools/firebase
|
||||
- sed -i -e '/import com.google.firebase.FirebaseApp/d' -e '/FirebaseApp.initializeApp/d'
|
||||
|
|
|
|||
Loading…
Reference in a new issue