mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-04-04 18:32:11 +02:00
40 lines
1.1 KiB
YAML
40 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
|
|
submodules: true
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- macos
|
|
- web
|
|
- windows
|
|
prebuild:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- .flutter/bin/flutter config --no-analytics
|
|
- .flutter/bin/flutter pub get
|
|
scanignore:
|
|
- .flutter/bin/cache
|
|
scandelete:
|
|
- .flutter
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
|
ndk: 28.2.13676358
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 0.9.8-beta.2
|
|
CurrentVersionCode: 2
|