mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
element: add 1.1.8
This commit is contained in:
parent
449c307ce8
commit
89b2864040
1 changed files with 14 additions and 3 deletions
|
|
@ -11,10 +11,8 @@ Translation: https://translate.element.io/projects/element-android/element-app/
|
||||||
Changelog: https://github.com/vector-im/element-android/blob/HEAD/CHANGES.md
|
Changelog: https://github.com/vector-im/element-android/blob/HEAD/CHANGES.md
|
||||||
LiberapayID: '10794'
|
LiberapayID: '10794'
|
||||||
Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAEa
|
Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAEa
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/vector-im/element-android/
|
Repo: https://github.com/vector-im/element-android/
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.91.5
|
- versionName: 0.91.5
|
||||||
versionCode: 40091050
|
versionCode: 40091050
|
||||||
|
|
@ -409,10 +407,23 @@ Builds:
|
||||||
- build.gradle
|
- build.gradle
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 1.1.8
|
||||||
|
versionCode: 40101080
|
||||||
|
commit: v1.1.8
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
build.gradle file is scanignored because upstream builds and publishes a libre build of the jitsi sdk in a custom maven repo.
|
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
|
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.
|
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
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue