Conversations 2.8.0

This commit is contained in:
licaon-kter 2020-04-25 18:08:12 +03:00
parent 08352cbf51
commit 8d668e945e

View file

@ -1795,11 +1795,22 @@ Builds:
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
\ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.8.0+fcr
versionCode: 379
commit: 2.8.0
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/aabortOnError\
false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
-e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
MaintainerNotes: |-
We go back to targetSdk 25 so users can disable the foreground service (and
annoying notification) if they choose to.
For 2.8.0 we replace the webrtc.aar with the latest M79 from maven, but
that won't be updated anymore so we'll need to start building locally in the future.
AutoUpdateMode: Version ++fcr %v
UpdateCheckMode: Tags
CurrentVersion: 2.7.1
CurrentVersionCode: 367
CurrentVersion: 2.8.0+fcr
CurrentVersionCode: 379