From a0373c015b6cdf4c8a361477e76d1e5c8f8ae592 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 16 Feb 2022 04:11:50 +0000 Subject: [PATCH] Update Wire to 3.79.16 (2588810) --- metadata/com.wire.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.wire.yml b/metadata/com.wire.yml index 4727eea6ec..9f51b0ba0f 100644 --- a/metadata/com.wire.yml +++ b/metadata/com.wire.yml @@ -53,8 +53,21 @@ Builds: - 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt' ndk: r20 + - versionName: 3.79.16 + versionCode: 2588810 + commit: 3.79.16 + subdir: app + gradle: + - fdroid + prebuild: + - cd .. + - sed -ri '/fireBase/,/}/d' app/build.gradle + - sed -ri '/com.google.android.c2dm/d' app/src/main/AndroidManifest.xml + - '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.78.14 -CurrentVersionCode: 2535123 +CurrentVersion: 3.79.16 +CurrentVersionCode: 2588810