From fcfd77582a343c1d874d52aa46f195529e4a4f3d Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 11 Mar 2020 13:32:27 +0000 Subject: [PATCH] Update Conversations to 2.7.1 (367) --- metadata/eu.siacs.conversations.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/metadata/eu.siacs.conversations.yml b/metadata/eu.siacs.conversations.yml index 7ec4deec45..5814430ad9 100644 --- a/metadata/eu.siacs.conversations.yml +++ b/metadata/eu.siacs.conversations.yml @@ -1787,11 +1787,19 @@ Builds: prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\ \ \ \ \ \ \ \ abortOnError\ false' build.gradle + - versionName: 2.7.1+fcr + versionCode: 367 + commit: 2.7.1 + 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 ++fcr %v UpdateCheckMode: Tags -CurrentVersion: 2.7.0 -CurrentVersionCode: 364 +CurrentVersion: 2.7.1 +CurrentVersionCode: 367