mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Newapp: Parlera
This commit is contained in:
parent
7dc304c365
commit
3d4b9ef932
1 changed files with 33 additions and 0 deletions
33
metadata/com.enjoyingfoss.parlera.yml
Normal file
33
metadata/com.enjoyingfoss.parlera.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: AGPL-3.0-or-later
|
||||
AuthorName: Enjoying FOSS
|
||||
AuthorEmail: contact.mirek@protonmail.com
|
||||
SourceCode: https://gitlab.com/enjoyingfoss/parlera
|
||||
IssueTracker: https://gitlab.com/enjoyingfoss/parlera/issues
|
||||
Translation: https://hosted.weblate.org/projects/parlera/
|
||||
Changelog: https://gitlab.com/enjoyingfoss/parlera/tags
|
||||
|
||||
AutoName: Parlera
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/enjoyingfoss/parlera.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.0
|
||||
versionCode: 3
|
||||
commit: f98910add11d4a41e5b57f652ccb5eab891de022
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@2.10.5
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter gen-l10n
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue