mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Add two new Apps: Rivia and PX:VW
This commit is contained in:
parent
81a0f8c635
commit
0c014f97a4
2 changed files with 58 additions and 0 deletions
29
metadata/com.catalin.css_px_converter.yml
Normal file
29
metadata/com.catalin.css_px_converter.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Development
|
||||
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
|
||||
29
metadata/com.catalin.rivia.yml
Normal file
29
metadata/com.catalin.rivia.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: MIT
|
||||
AuthorName: Emir Zakrewski
|
||||
SourceCode: https://github.com/loooltooot/rivia
|
||||
IssueTracker: https://github.com/loooltooot/rivia/issues
|
||||
|
||||
AutoName: Rivia
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/loooltooot/rivia
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: 092df8f39c9c003d407cd0460014ab9c2219e7c7
|
||||
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
|
||||
Loading…
Reference in a new issue