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