diff --git a/metadata/eu.siacs.conversations.yml b/metadata/eu.siacs.conversations.yml index 5814430ad9..3d4ef3397d 100644 --- a/metadata/eu.siacs.conversations.yml +++ b/metadata/eu.siacs.conversations.yml @@ -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