From 04714bc537fd7a351782a5df386408b7bdfcaeac Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 16 Nov 2024 12:51:33 +0000 Subject: [PATCH] Update Wire to 4.9.0 (100042652) --- metadata/com.wire.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/com.wire.yml b/metadata/com.wire.yml index 636dd2fd46..c0a6fe3179 100644 --- a/metadata/com.wire.yml +++ b/metadata/com.wire.yml @@ -44,8 +44,23 @@ Builds: - build-logic/plugins/build ndk: r25b + - versionName: 4.9.0-42652 + versionCode: 100042652 + commit: fa507ac3653d1f9778e7d1f594ed768277dd6156 + subdir: app + submodules: true + gradle: + - fdroid + prebuild: + - cd .. + - sed -i -e '/googleGms/d' build.gradle.kts + - 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt' + scandelete: + - build-logic/plugins/build + ndk: r25b + AutoUpdateMode: Version v%v UpdateCheckMode: HTTP UpdateCheckData: https://github.com/wireapp/wire-android/releases/latest/download/version.txt|VersionCode:\s(\d+)|.|VersionName:\s(.*) -CurrentVersion: 4.8.5-29411-fdroid -CurrentVersionCode: 100029411 +CurrentVersion: 4.9.0-42652 +CurrentVersionCode: 100042652