mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
AuthorName: Marc-André Charland
|
|
AuthorEmail: macpoule@gmail.com
|
|
SourceCode: https://github.com/reaper47/plant-sense
|
|
IssueTracker: https://github.com/reaper47/plant-sense/issues
|
|
Changelog: https://github.com/reaper47/plant-sense/releases
|
|
|
|
AutoName: Plant Sense
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/reaper47/plant-sense.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 1
|
|
disable: https://github.com/reaper47/plant-sense/issues/11
|
|
commit: 7fde893d100b0d2ea9ce694b1ec07bdb7059838a
|
|
subdir: ui
|
|
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
|
srclibs:
|
|
- flutter@2.10.4
|
|
rm:
|
|
- .pio
|
|
- bin
|
|
- ui/ios
|
|
- ui/test
|
|
- ui/web
|
|
prebuild: sed -i -e '/shrinkResources/s/false/true/' -e '/minifyEnabled/s/false/true/'
|
|
android/app/build.gradle
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter packages pub get
|
|
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
|
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: ui/pubspec.yaml|\+(\d+)|.|version:\s([\d.]+)\+
|
|
CurrentVersion: 1.0.0
|
|
CurrentVersionCode: 1
|