From a2807b7a1b95443f0d3cd6bdf77dc5c16215937b Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 9 Feb 2022 03:58:35 +0000 Subject: [PATCH] Update Wire to 3.78.13 (2493557) --- metadata/com.wire.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/com.wire.yml b/metadata/com.wire.yml index f3ae0b23d1..a17d8f611e 100644 --- a/metadata/com.wire.yml +++ b/metadata/com.wire.yml @@ -27,8 +27,20 @@ Builds: - 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt' ndk: r20 + - versionName: 3.78.13 + versionCode: 2493557 + commit: 3.78.13 + subdir: app + gradle: + - fdroid + prebuild: + - cd .. + - sed -ri '/fireBase/,/}/d' app/build.gradle + - 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt' + ndk: r20 + AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://github.com/wireapp/wire-android/releases/latest/download/version.txt|VersionCode:\s(\d+)|.|VersionName:\s([\d.]+) -CurrentVersion: 3.77.10 -CurrentVersionCode: 1982129 +CurrentVersion: 3.78.13 +CurrentVersionCode: 2493557