mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-08-17 11:40:21 +02:00
update: F-Droid Build yml update. (not needed here, but still...)
This commit is contained in:
@@ -4,36 +4,34 @@ Categories:
|
|||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
SourceCode: https://github.com/Ujwal223/FocusGram
|
SourceCode: https://github.com/Ujwal223/FocusGram
|
||||||
IssueTracker: https://github.com/Ujwal223/FocusGram/issues
|
IssueTracker: https://github.com/Ujwal223/FocusGram/issues
|
||||||
|
|
||||||
AutoName: FocusGram
|
AutoName: FocusGram
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/Ujwal223/FocusGram
|
Repo: https://github.com/Ujwal223/FocusGram
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.9.8-beta.2
|
- versionName: 0.9.8-beta.2
|
||||||
versionCode: 2
|
versionCode: 2
|
||||||
commit: v0.9.8-beta.2
|
commit: v0.9.8-beta.2
|
||||||
subdir: android
|
submodules: true
|
||||||
gradle:
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
- yes
|
rm:
|
||||||
output: ../build/app/outputs/flutter-apk/app-release.apk
|
- ios
|
||||||
srclibs:
|
- linux
|
||||||
- flutter@stable
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
prebuild:
|
prebuild:
|
||||||
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" ../.github/workflows/release.yml)
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- '[[ $flutterVersion ]]'
|
- .flutter/bin/flutter config --no-analytics
|
||||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
- .flutter/bin/flutter pub get
|
||||||
- export PUB_CACHE=$$flutter$$/../.pub-cache
|
|
||||||
- echo "flutter.sdk=$$flutter$$" >> local.properties
|
|
||||||
- $$flutter$$/bin/flutter pub get -C ..
|
|
||||||
scanignore:
|
scanignore:
|
||||||
- srclib/flutter/bin/cache
|
- .flutter/bin/cache
|
||||||
scandelete:
|
scandelete:
|
||||||
- srclib/flutter
|
- .flutter
|
||||||
- srclib/.pub-cache
|
- .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
|
ndk: 28.2.13676358
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
|||||||
Reference in New Issue
Block a user