mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
squawker - keep latest
This commit is contained in:
parent
465140c506
commit
2f922213f1
1 changed files with 1 additions and 88 deletions
|
|
@ -15,7 +15,7 @@ Changelog: https://github.com/j-fbriere/squawker/releases
|
|||
AutoName: Squawker
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/j-fbriere/squawker
|
||||
Repo: https://github.com/j-fbriere/squawker.git
|
||||
|
||||
Builds:
|
||||
- versionName: 3.4.3
|
||||
|
|
@ -714,93 +714,6 @@ Builds:
|
|||
--no-tree-shake-icons --split-per-abi --target-platform=android-arm64 --build-name=$$VERSION$$
|
||||
--build-number=$cmdVerCode
|
||||
|
||||
- versionName: 3.6.2
|
||||
versionCode: 300012831
|
||||
commit: v3.6.2
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- export cmdVerCode=$(($$VERCODE$$ - 1))
|
||||
- echo "*** VERSION=$$VERSION$$ VERCODE=$$VERCODE$$ cmdVerCode=$cmdVerCode"
|
||||
- $$flutter$$/bin/flutter build apk --dart-define=app.flavor=fdroid --release
|
||||
--no-tree-shake-icons --split-per-abi --target-platform=android-x64 --build-name=$$VERSION$$
|
||||
--build-number=$cmdVerCode
|
||||
|
||||
- versionName: 3.6.2
|
||||
versionCode: 300012832
|
||||
commit: v3.6.2
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- export cmdVerCode=$(($$VERCODE$$ - 2))
|
||||
- echo "*** VERSION=$$VERSION$$ VERCODE=$$VERCODE$$ cmdVerCode=$cmdVerCode"
|
||||
- $$flutter$$/bin/flutter build apk --dart-define=app.flavor=fdroid --release
|
||||
--no-tree-shake-icons --split-per-abi --target-platform=android-arm --build-name=$$VERSION$$
|
||||
--build-number=$cmdVerCode
|
||||
|
||||
- versionName: 3.6.2
|
||||
versionCode: 300012833
|
||||
commit: v3.6.2
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- export cmdVerCode=$(($$VERCODE$$ - 3))
|
||||
- echo "*** VERSION=$$VERSION$$ VERCODE=$$VERCODE$$ cmdVerCode=$cmdVerCode"
|
||||
- $$flutter$$/bin/flutter build apk --dart-define=app.flavor=fdroid --release
|
||||
--no-tree-shake-icons --split-per-abi --target-platform=android-arm64 --build-name=$$VERSION$$
|
||||
--build-number=$cmdVerCode
|
||||
|
||||
- versionName: 3.6.3
|
||||
versionCode: 300012931
|
||||
commit: v3.6.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue