mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-26 16:54:09 +00:00
92 lines
3 KiB
YAML
92 lines
3 KiB
YAML
|
|
Categories:
|
||
|
|
- Calculator
|
||
|
|
License: MIT
|
||
|
|
AuthorName: Mohammed Ragheb
|
||
|
|
SourceCode: https://github.com/mllrr96/Neumorphic-Calculator
|
||
|
|
IssueTracker: https://github.com/mllrr96/Neumorphic-Calculator/issues
|
||
|
|
|
||
|
|
AutoName: Neumorphic Calculator
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/mllrr96/Neumorphic-Calculator.git
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 1.0.3
|
||
|
|
versionCode: 11
|
||
|
|
commit: d78c2ea6c7897129a560193cd6f209102b9d6cb2
|
||
|
|
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@stable
|
||
|
|
rm:
|
||
|
|
- ios
|
||
|
|
- screenshots
|
||
|
|
prebuild:
|
||
|
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter-build-release-files.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 --split-per-abi --target-platform=android-x64
|
||
|
|
--build-number=$$VERCODE$$
|
||
|
|
|
||
|
|
- versionName: 1.0.3
|
||
|
|
versionCode: 12
|
||
|
|
commit: d78c2ea6c7897129a560193cd6f209102b9d6cb2
|
||
|
|
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@stable
|
||
|
|
rm:
|
||
|
|
- ios
|
||
|
|
- screenshots
|
||
|
|
prebuild:
|
||
|
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter-build-release-files.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 --split-per-abi --target-platform=android-arm
|
||
|
|
--build-number=$$VERCODE$$
|
||
|
|
|
||
|
|
- versionName: 1.0.3
|
||
|
|
versionCode: 13
|
||
|
|
commit: d78c2ea6c7897129a560193cd6f209102b9d6cb2
|
||
|
|
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@stable
|
||
|
|
rm:
|
||
|
|
- ios
|
||
|
|
- screenshots
|
||
|
|
prebuild:
|
||
|
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter-build-release-files.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 --split-per-abi --target-platform=android-arm64
|
||
|
|
--build-number=$$VERCODE$$
|
||
|
|
|
||
|
|
AutoUpdateMode: Version
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
VercodeOperation:
|
||
|
|
- '%c * 10 + 1'
|
||
|
|
- '%c * 10 + 2'
|
||
|
|
- '%c * 10 + 3'
|
||
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||
|
|
CurrentVersion: 1.0.3
|
||
|
|
CurrentVersionCode: 13
|