diff --git a/metadata/eu.siacs.conversations.yml b/metadata/eu.siacs.conversations.yml index 68ce05051e..eeb78b35e5 100644 --- a/metadata/eu.siacs.conversations.yml +++ b/metadata/eu.siacs.conversations.yml @@ -1682,11 +1682,19 @@ Builds: prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\ \ \ \ \ \ \ \ abortOnError\ false' build.gradle + - versionName: 2.4.3+fcr + versionCode: 323 + commit: 2.4.3 + 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.2+fcr -CurrentVersionCode: 322 +CurrentVersion: 2.4.3+fcr +CurrentVersionCode: 323