Fix AutoUpdate App - Conversations with IPv6

This commit is contained in:
Geno 2019-05-06 10:15:15 +00:00 committed by Licaon_Kter
parent 0fcc49f48f
commit 6866a10466

View file

@ -22,17 +22,17 @@ Builds:
- versionName: 2.5.1 - versionName: 2.5.1
versionCode: 327 versionCode: 327
commit: 2.5.1+fcr commit: 2.5.1-sum7
gradle: gradle:
- conversationsFreeCompat - conversationsFreeCompat
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' build.gradle \ \ \ \ \ \ \ abortOnError\ false' -e '/versionNameSuffix/d' build.gradle
MaintainerNotes: |- MaintainerNotes: |-
We go back to targetSdk 25 so users can disable the foreground service (and We go back to targetSdk 25 so users can disable the foreground service (and
annoying notification) if they choose to. annoying notification) if they choose to.
AutoUpdateMode: Version %v+fcr AutoUpdateMode: Version %v-sum7
UpdateCheckMode: Tags ^[0-9.]+-sum7$ UpdateCheckMode: Tags ^[0-9.]+
CurrentVersion: 2.5.1 CurrentVersion: 2.5.1
CurrentVersionCode: 327 CurrentVersionCode: 327