mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Flux News to 1.5.1 (2024061743)
This commit is contained in:
parent
0f3a9c60ac
commit
a7e1d40d72
1 changed files with 68 additions and 2 deletions
|
|
@ -680,6 +680,72 @@ Builds:
|
|||
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
--dart-define=cronetHttpNoPlay=true
|
||||
|
||||
- versionName: 1.5.1
|
||||
versionCode: 2024061741
|
||||
commit: d29ace20fc861bd483a9353f0f66f7f8fa0b1f8b
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter config --no-analytics
|
||||
- vendor/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
|
||||
scanignore:
|
||||
- vendor/flutter/bin/cache
|
||||
scandelete:
|
||||
- vendor/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
--dart-define=cronetHttpNoPlay=true
|
||||
|
||||
- versionName: 1.5.1
|
||||
versionCode: 2024061742
|
||||
commit: d29ace20fc861bd483a9353f0f66f7f8fa0b1f8b
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter config --no-analytics
|
||||
- vendor/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
|
||||
scanignore:
|
||||
- vendor/flutter/bin/cache
|
||||
scandelete:
|
||||
- vendor/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
--dart-define=cronetHttpNoPlay=true
|
||||
|
||||
- versionName: 1.5.1
|
||||
versionCode: 2024061743
|
||||
commit: d29ace20fc861bd483a9353f0f66f7f8fa0b1f8b
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter config --no-analytics
|
||||
- vendor/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
|
||||
scanignore:
|
||||
- vendor/flutter/bin/cache
|
||||
scandelete:
|
||||
- vendor/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
--dart-define=cronetHttpNoPlay=true
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
|
|
@ -687,5 +753,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.3
|
||||
CurrentVersionCode: 2024060813
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 2024061743
|
||||
|
|
|
|||
Loading…
Reference in a new issue