mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Add Wire Messenger com.wire
This commit is contained in:
parent
e8ecbcadcf
commit
3cdad23ef0
1 changed files with 35 additions and 0 deletions
35
metadata/com.wire.yml
Normal file
35
metadata/com.wire.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue