diff --git a/metadata/eu.siacs.conversations.yml b/metadata/eu.siacs.conversations.yml index 5b4a97644d..ac7962d36a 100644 --- a/metadata/eu.siacs.conversations.yml +++ b/metadata/eu.siacs.conversations.yml @@ -1667,11 +1667,19 @@ Builds: prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\ \ \ \ \ \ \ \ abortOnError\ false' build.gradle + - versionName: 2.4.1+fcr + versionCode: 321 + commit: 2.4.1 + gradle: + - quicksyFreeCompat + 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.0+fcr -CurrentVersionCode: 320 +CurrentVersion: 2.4.1+fcr +CurrentVersionCode: 321