mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
fluffy chat: 0.41.3
This commit is contained in:
parent
5b155af999
commit
9ffb1998d9
1 changed files with 43 additions and 0 deletions
43
metadata/chat.fluffy.fluffychat.yml
Normal file
43
metadata/chat.fluffy.fluffychat.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Phone & SMS
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Famedly
|
||||
SourceCode: https://gitlab.com/famedly/fluffychat
|
||||
IssueTracker: https://gitlab.com/famedly/fluffychat/-/issues
|
||||
Translation: https://hosted.weblate.org/projects/fluffychat/
|
||||
|
||||
AutoName: FluffyChat
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/famedly/fluffychat
|
||||
|
||||
Builds:
|
||||
- versionName: 0.41.3
|
||||
versionCode: 1456
|
||||
commit: 0.41.3
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- snap
|
||||
- test
|
||||
- web
|
||||
- windows
|
||||
prebuild: $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1' > /dev/null
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.41.3
|
||||
CurrentVersionCode: 1456
|
||||
Loading…
Reference in a new issue