From 3cdad23ef0abfd19e944a5a8c785d0b8b0bf8d36 Mon Sep 17 00:00:00 2001 From: Gardosen Date: Thu, 25 Nov 2021 22:00:40 +0000 Subject: [PATCH] Add Wire Messenger com.wire --- metadata/com.wire.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/com.wire.yml diff --git a/metadata/com.wire.yml b/metadata/com.wire.yml new file mode 100644 index 0000000000..a8ef8d81c1 --- /dev/null +++ b/metadata/com.wire.yml @@ -0,0 +1,35 @@ +AntiFeatures: + - NonFreeAssets +Categories: + - Internet + - Phone & SMS +License: GPL-3.0-or-later +SourceCode: https://github.com/wireapp/wire-android +IssueTracker: https://github.com/wireapp/wire-android/issues +Translation: https://crowdin.com/projects/wire +Changelog: https://github.com/wireapp/wire-android/releases + +AutoName: Wire + +RepoType: git +Repo: https://github.com/wireapp/wire-android.git + +Builds: + - versionName: 3.76.3 + versionCode: 1759182 + commit: 3.76.3 + subdir: app + gradle: + - fdroid + prebuild: + - cd .. + - sed -ri '/fireBase/,/}/d' app/build.gradle + - curl -sL https://github.com/wireapp/wire-android/releases/download/$$VERSION$$/version.txt + >> app/version.txt + ndk: r20b + +AutoUpdateMode: Version +-fdroid %v +UpdateCheckMode: HTTP +UpdateCheckData: https://github.com/wireapp/wire-android/releases/latest/download/version.txt|VersionCode:\s(\d+)|.|VersionName:\s([\d.]+) +CurrentVersion: 3.76.3 +CurrentVersionCode: 1759182