add element 1.1.7

This commit is contained in:
Marcus Hoffmann 2021-05-13 00:05:52 +02:00
parent 45f908da16
commit 4ffb15442a

View file

@ -394,14 +394,24 @@ Builds:
- build.gradle
ndk: r21e
- versionName: 1.1.7
versionCode: 40101070
commit: v1.1.7
subdir: vector
gradle:
- fdroid
prebuild:
- sed -i -e '/firebase-messaging/,+5d' build.gradle
- sed -i -e '/com.google.gms.google-services/d' build.gradle
- sed -i -e 's/21.3.6528147/21.4.7075529/g' build.gradle
- sed -i -e 's/enable true/enable false/g' build.gradle
scanignore:
- build.gradle
ndk: r21e
MaintainerNotes: |-
Uses piasy/BigImageViewer which gets build and installed to a local maven repo in srclib prepare step.
In prebuild we do weird stuff for replacing `maven {` with `mavenLocal {`. tac reverses the lines so we can match the following repo url.
The awk call then matches the url, deletes the matching line and replaces the following line. No idea how it works, but it does.
Finally reverse the lines again and move back to original build.gradle file.
Upstream builds and publishes a libre build of the jitsi sdk. The maven repo can be recreated by using tools/jitsi/build_jitsi_libs.sh
build.gradle file is scanignored because upstream builds and publishes a libre build of the jitsi sdk in a custom maven repo.
The repo can be recreated by using tools/jitsi/build_jitsi_libs.sh
We use that build instead of doing our own for now as jitsi embeds a timstamp in the version number and it's a major pain to maintain.
AutoUpdateMode: None