mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-29 10:17:31 +00:00
32 lines
958 B
YAML
32 lines
958 B
YAML
|
|
Categories:
|
||
|
|
- Science & Education
|
||
|
|
- Sports & Health
|
||
|
|
License: MIT
|
||
|
|
SourceCode: https://gitlab.com/mattmaniak/rubbish_calc
|
||
|
|
IssueTracker: https://gitlab.com/mattmaniak/rubbish_calc/-/issues
|
||
|
|
Changelog: https://gitlab.com/mattmaniak/rubbish_calc/-/blob/HEAD/CHANGELOG.md
|
||
|
|
|
||
|
|
AutoName: Rubbish Calc
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://gitlab.com/mattmaniak/rubbish_calc.git
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 0.1.0
|
||
|
|
versionCode: 2
|
||
|
|
commit: 0.1.0
|
||
|
|
output: build/app/outputs/apk/release/app-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@1.22.4
|
||
|
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||
|
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||
|
|
build:
|
||
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
||
|
|
- $$flutter$$/bin/flutter packages pub get
|
||
|
|
- $$flutter$$/bin/flutter build apk
|
||
|
|
|
||
|
|
AutoUpdateMode: Version %v
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
CurrentVersion: 0.1.0
|
||
|
|
CurrentVersionCode: 2
|