fdroiddata/metadata/com.wire.yml
2024-10-09 05:54:59 +00:00

51 lines
1.4 KiB
YAML

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/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: 4.8.4-20981-fdroid
versionCode: 100020981
commit: v4.8.4
subdir: app
submodules: true
gradle:
- fdroid
prebuild:
- cd ..
- 'printf "VersionCode: $$VERCODE$$\nVersionName: $$VERSION$$\n" > app/version.txt'
scandelete:
- build-logic/plugins/build
ndk: r25b
- versionName: 4.8.5-29411-fdroid
versionCode: 100029411
commit: d2206c59a3926a4ba023f3a180ab8a017ba19859
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