mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Blazed Cloud to 1.6.5 (106053)
This commit is contained in:
parent
21514aba8e
commit
85d3334d8d
1 changed files with 74 additions and 2 deletions
|
|
@ -1585,6 +1585,78 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||||
--dart-define=cronetHttpNoPlay=true
|
--dart-define=cronetHttpNoPlay=true
|
||||||
|
|
||||||
|
- versionName: 1.6.5
|
||||||
|
versionCode: 106051
|
||||||
|
commit: 14f0da8f64bf0175ae0502d52b721418aaf7cff8
|
||||||
|
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- test
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
|
||||||
|
- '[[ $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
|
||||||
|
- sed -i -e '/play-services-cronet/d' $PUB_CACHE/hosted/pub.dev/cronet_http-1.3.1/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||||
|
--dart-define=cronetHttpNoPlay=true
|
||||||
|
|
||||||
|
- versionName: 1.6.5
|
||||||
|
versionCode: 106052
|
||||||
|
commit: 14f0da8f64bf0175ae0502d52b721418aaf7cff8
|
||||||
|
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- test
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
|
||||||
|
- '[[ $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
|
||||||
|
- sed -i -e '/play-services-cronet/d' $PUB_CACHE/hosted/pub.dev/cronet_http-1.3.1/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||||
|
--dart-define=cronetHttpNoPlay=true
|
||||||
|
|
||||||
|
- versionName: 1.6.5
|
||||||
|
versionCode: 106053
|
||||||
|
commit: 14f0da8f64bf0175ae0502d52b721418aaf7cff8
|
||||||
|
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- test
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
|
||||||
|
- '[[ $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
|
||||||
|
- sed -i -e '/play-services-cronet/d' $PUB_CACHE/hosted/pub.dev/cronet_http-1.3.1/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||||
|
--dart-define=cronetHttpNoPlay=true
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -1592,5 +1664,5 @@ VercodeOperation:
|
||||||
- '%c * 10 + 2'
|
- '%c * 10 + 2'
|
||||||
- '%c * 10 + 3'
|
- '%c * 10 + 3'
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.6.4
|
CurrentVersion: 1.6.5
|
||||||
CurrentVersionCode: 106043
|
CurrentVersionCode: 106053
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue