mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
Categories:
|
|
- Calculator
|
|
- System
|
|
License: MIT
|
|
AuthorName: Aditya R
|
|
AuthorEmail: adeeteya@gmail.com
|
|
SourceCode: https://github.com/adeeteya/DigitalCalculator
|
|
IssueTracker: https://github.com/adeeteya/DigitalCalculator/issues
|
|
Changelog: https://github.com/adeeteya/DigitalCalculator/blob/master/CHANGELOG.md
|
|
Donate: https://buymeacoffee.com/adeeteya
|
|
Liberapay: adeeteya
|
|
OpenCollective: adeeteya
|
|
|
|
AutoName: Digital Calculator
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/adeeteya/DigitalCalculator.git
|
|
|
|
Builds:
|
|
- versionName: 1.2.1
|
|
versionCode: 8
|
|
commit: b5cfbe4a0003f1c56118aea1f8fbc45f7e40b30a
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- web
|
|
- windows
|
|
- macos
|
|
- scripts
|
|
prebuild:
|
|
- flutterVersion=$(sed -n -E "s/^\s+flutter:\s*([0-9.]+)/\1/p" pubspec.yaml)
|
|
- '[[ $flutterVersion ]] || exit 1'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --release --obfuscate --split-debug-info=./build/app/outputs/symbols
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 1.2.1
|
|
CurrentVersionCode: 8
|