mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Merge branch 'schildi-20200826' into 'master'
SchildiChat: update build metadata to recent Element changes See merge request fdroid/fdroiddata!7301
This commit is contained in:
commit
bb37d7383f
1 changed files with 4 additions and 16 deletions
|
|
@ -10,22 +10,6 @@ RepoType: git
|
|||
Repo: https://github.com/SpiritCroc/SchildiChat-android
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.4.sc.13
|
||||
versionCode: 40100170
|
||||
commit: sc_v1.0.4.sc.13
|
||||
subdir: vector
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- piasy@v1.6.2
|
||||
prebuild:
|
||||
- tac ../build.gradle | awk '/dl.bintray.com\/piasy\/maven/{getline;$0="mavenLocal
|
||||
{"}{print $0}' | tac > ../build.gradle.new
|
||||
- mv ../build.gradle.new ../build.gradle
|
||||
- sed -i -e '/com.google.firebase/,+5d' build.gradle
|
||||
- sed -i -e '/com.google.gms.google-services/d' build.gradle
|
||||
- sed -i -e 's/enable true/enable false/g' build.gradle
|
||||
|
||||
- versionName: 1.0.5.sc.17
|
||||
versionCode: 40100220
|
||||
commit: sc_v1.0.5.sc.17
|
||||
|
|
@ -43,6 +27,7 @@ Builds:
|
|||
- sed -i -e 's/enable true/enable false/g' build.gradle
|
||||
scanignore:
|
||||
- build.gradle
|
||||
ndk: r21d
|
||||
|
||||
MaintainerNotes: |-
|
||||
Uses piasy/BigImageViewer which gets build and installed to a local maven repo in srclib prepare step.
|
||||
|
|
@ -51,5 +36,8 @@ MaintainerNotes: |-
|
|||
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
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue