From fc24a4ddcb064cc19ede3d7a67941449bd3f65b5 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 14 Jun 2022 04:09:58 +0000 Subject: [PATCH] Update Wire to 3.80.32 (3616592) --- 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 6236a78a30..f85b34bdf2 100644 --- a/metadata/com.wire.yml +++ b/metadata/com.wire.yml @@ -79,8 +79,21 @@ Builds: - 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt' ndk: r20 + - versionName: 3.80.32 + versionCode: 3616592 + commit: 3.80.32 + 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.80.23 -CurrentVersionCode: 2649586 +CurrentVersion: 3.80.32 +CurrentVersionCode: 3616592