diff --git a/metadata/eu.siacs.conversations.yml b/metadata/eu.siacs.conversations.yml index 255d42cb80..72e47e6233 100644 --- a/metadata/eu.siacs.conversations.yml +++ b/metadata/eu.siacs.conversations.yml @@ -1691,11 +1691,19 @@ Builds: prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\ \ \ \ \ \ \ \ abortOnError\ false' build.gradle + - versionName: 2.5.0+fcr + versionCode: 326 + commit: 2.5.0 + 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. AutoUpdateMode: Version %v+fcr UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 2.4.3+fcr -CurrentVersionCode: 323 +CurrentVersion: 2.5.0+fcr +CurrentVersionCode: 326