diff --git a/metadata/eu.siacs.conversations.yml b/metadata/eu.siacs.conversations.yml index b4a123d844..4fe385af58 100644 --- a/metadata/eu.siacs.conversations.yml +++ b/metadata/eu.siacs.conversations.yml @@ -1707,11 +1707,19 @@ Builds: prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\ \ \ \ \ \ \ \ abortOnError\ false' build.gradle + - versionName: 2.5.2+fcr + versionCode: 329 + commit: 2.5.2 + 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.5.1+fcr -CurrentVersionCode: 327 +CurrentVersion: 2.5.2+fcr +CurrentVersionCode: 329