mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 05:25:43 +00:00
Update Conv6ations for Sum7 to 2.10.1 (42022)
This commit is contained in:
parent
891254adf6
commit
0fa7c992c3
1 changed files with 20 additions and 2 deletions
|
|
@ -579,11 +579,29 @@ Builds:
|
||||||
s/eu.siacs./eu.sum7./" "{}" \;
|
s/eu.siacs./eu.sum7./" "{}" \;
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 2.10.1
|
||||||
|
versionCode: 42022
|
||||||
|
commit: a124b3df9ac702fcf7eb3fcc75bf99c3d2cb7ff7
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- conversationsFreeCompat
|
||||||
|
prebuild:
|
||||||
|
- find -type d -name "siacs" -print0 | xargs --null -I{} bash -c 'x="{}"; mv
|
||||||
|
"$x" "${x/siacs/sum7}" '
|
||||||
|
- find -type f -name "*.java" -exec sed -i "/eu.siacs.conversations.axolotl/!
|
||||||
|
s/eu.siacs./eu.sum7./" "{}" \;
|
||||||
|
- find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/!
|
||||||
|
s/eu.siacs./eu.sum7./" "{}" \;
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
|
We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
|
||||||
but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml).
|
but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml).
|
||||||
|
|
||||||
AutoUpdateMode: Version %v-sum7
|
AutoUpdateMode: Version %v-sum7
|
||||||
UpdateCheckMode: Tags ^[0-9.]+
|
UpdateCheckMode: Tags ^[0-9.]+
|
||||||
CurrentVersion: 2.10.0
|
CurrentVersion: 2.10.1
|
||||||
CurrentVersionCode: 42018
|
CurrentVersionCode: 42022
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue