mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
new app: com.github.linwoodcloud.dev_doctor
This commit is contained in:
parent
ede7359e4c
commit
106dade29f
1 changed files with 34 additions and 0 deletions
34
metadata/com.github.linwoodcloud.dev_doctor.yml
Normal file
34
metadata/com.github.linwoodcloud.dev_doctor.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Linwood
|
||||
SourceCode: https://github.com/LinwoodCloud/dev_doctor
|
||||
IssueTracker: https://github.com/LinwoodCloud/dev_doctor/issues
|
||||
Changelog: https://github.com/LinwoodCloud/dev_doctor/releases
|
||||
|
||||
AutoName: Dev-Doctor
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/LinwoodCloud/dev_doctor.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: 1.0.0
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@1.26.0-17.5.pre
|
||||
rm:
|
||||
- ios
|
||||
- web
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue