Merge branch 'conv280' into 'master'

Conversations 2.8.0

See merge request fdroid/fdroiddata!6662
This commit is contained in:
Licaon_Kter 2020-04-25 15:11:38 +00:00
commit 5b73a5c954

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