diff --git a/metadata/eu.siacs.conversations.yml b/metadata/eu.siacs.conversations.yml index 211658247e..17b20cc78b 100644 --- a/metadata/eu.siacs.conversations.yml +++ b/metadata/eu.siacs.conversations.yml @@ -1641,6 +1641,14 @@ Builds: \ \ \ \ \ \ \ abortOnError\ false' build.gradle - sed -i -e 's/4.10.3/4.10.2/' gradle/wrapper/gradle-wrapper.properties + - versionName: 2.4.0-beta+fcr + versionCode: 318 + commit: 4c8b1eb4bc1c82b0f777726cbe57f176c67b4cb3 + gradle: + - conversationsFreeCompat + prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\ + \ \ \ \ \ \ \ abortOnError\ false' build.gradle + MaintainerNotes: |- We go back to targetSdk 25 so users can disable the foreground service (and annoying notification) if they choose to.