mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-07-06 19:27:55 +02:00
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
Categories:
|
|
- Multimedia
|
|
- Social Network
|
|
License: AGPL-3.0-only
|
|
SourceCode: https://github.com/Ujwal223/FocusGram
|
|
IssueTracker: https://github.com/Ujwal223/FocusGram/issues
|
|
|
|
AutoName: FocusGram
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Ujwal223/FocusGram
|
|
|
|
Builds:
|
|
- versionName: 0.9.8-beta.2
|
|
versionCode: 2
|
|
commit: v0.9.8-beta.2
|
|
subdir: android
|
|
gradle:
|
|
- yes
|
|
output: ../build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
prebuild:
|
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" ../.github/workflows/release.yml)
|
|
- '[[ $flutterVersion ]]'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$$flutter$$/../.pub-cache
|
|
- echo "flutter.sdk=$$flutter$$" >> local.properties
|
|
- $$flutter$$/bin/flutter pub get -C ..
|
|
scanignore:
|
|
- srclib/flutter/bin/cache
|
|
scandelete:
|
|
- srclib/flutter
|
|
- srclib/.pub-cache
|
|
ndk: 28.2.13676358
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 0.9.8-beta.2
|
|
CurrentVersionCode: 2
|