mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Added com.adeeteya.digital_calculator
This commit is contained in:
parent
4811493250
commit
c5b99e49fe
1 changed files with 49 additions and 0 deletions
49
metadata/com.adeeteya.digital_calculator.yml
Normal file
49
metadata/com.adeeteya.digital_calculator.yml
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
Categories:
|
||||
- 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
|
||||
Loading…
Reference in a new issue