Update Build for Conversations with IPv6 (packages renaming)
This commit is contained in:
parent
d0f2243df9
commit
e69ea6d4c2
|
|
@ -28,11 +28,24 @@ Builds:
|
||||||
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
|
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
|
||||||
\ \ \ \ \ \ \ abortOnError\ false' -e '/versionNameSuffix/d' build.gradle
|
\ \ \ \ \ \ \ 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: |-
|
MaintainerNotes: |-
|
||||||
We go back to targetSdk 25 so users can disable the foreground service (and
|
We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
|
||||||
annoying notification) if they choose to.
|
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.5.1
|
CurrentVersion: 2.5.2
|
||||||
CurrentVersionCode: 327
|
CurrentVersionCode: 329
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue