Merge branch 'conv-ipv6' into 'master'
Update Build for Conversations with IPv6 (packages renaming) See merge request fdroid/fdroiddata!4893
This commit is contained in:
commit
8e2e702f19
|
@ -28,11 +28,24 @@ Builds:
|
|||
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
|
||||
\ \ \ \ \ \ \ abortOnError\ false' -e '/versionNameSuffix/d' build.gradle
|
||||
|
||||
- versionName: 2.5.2
|
||||
versionCode: 329
|
||||
commit: 2.5.2-sum7
|
||||
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./" "{}" \;
|
||||
|
||||
MaintainerNotes: |-
|
||||
We go back to targetSdk 25 so users can disable the foreground service (and
|
||||
annoying notification) if they choose to.
|
||||
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.5.1
|
||||
CurrentVersionCode: 327
|
||||
CurrentVersion: 2.5.2
|
||||
CurrentVersionCode: 329
|
||||
|
|
Loading…
Reference in a new issue