Update Blazed Cloud to 1.6.5 (106053)

This commit is contained in:
F-Droid checkupdates bot 2024-07-03 04:47:37 +00:00
parent 21514aba8e
commit 85d3334d8d

View file

@ -1585,6 +1585,78 @@ Builds:
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
--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
UpdateCheckMode: Tags
VercodeOperation:
@ -1592,5 +1664,5 @@ VercodeOperation:
- '%c * 10 + 2'
- '%c * 10 + 3'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.6.4
CurrentVersionCode: 106043
CurrentVersion: 1.6.5
CurrentVersionCode: 106053