mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-01 01:26:05 +01:00
30 lines
812 B
YAML
30 lines
812 B
YAML
Categories:
|
|
- Development
|
|
- Unit Convertor
|
|
License: MIT
|
|
AuthorName: Emir Zakrewski
|
|
SourceCode: https://github.com/loooltooot/css-px-converter
|
|
IssueTracker: https://github.com/loooltooot/css-px-converter/issues
|
|
|
|
AutoName: PX:VW
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/loooltooot/css-px-converter
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 1
|
|
commit: 7ce89677c7ecc6f09a5a4a918c68b640c9e31c10
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@3.0.5
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 1.0.0
|
|
CurrentVersionCode: 1
|