mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Conv6ations for Sum7 to 2.10.0 (42018)
This commit is contained in:
parent
f3b3f1dd0a
commit
257667e844
1 changed files with 16 additions and 2 deletions
|
|
@ -561,11 +561,25 @@ Builds:
|
|||
s/eu.siacs./eu.sum7./" "{}" \;
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2.10.0
|
||||
versionCode: 42018
|
||||
commit: eba5dd865486accc6598056e789d88c98398d56e
|
||||
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: |-
|
||||
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).
|
||||
|
||||
AutoUpdateMode: Version %v-sum7
|
||||
UpdateCheckMode: Tags ^[0-9.]+
|
||||
CurrentVersion: 2.9.13
|
||||
CurrentVersionCode: 42015
|
||||
CurrentVersion: 2.10.0
|
||||
CurrentVersionCode: 42018
|
||||
|
|
|
|||
Loading…
Reference in a new issue