mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 06:06:56 +00:00
Update flux news build commands
This commit is contained in:
parent
ef16747a3a
commit
89b47cc67e
1 changed files with 68 additions and 2 deletions
|
|
@ -614,6 +614,72 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.4.3
|
||||
versionCode: 2024060811
|
||||
commit: e07997f0d0ec0498731544649da6a74238412f42
|
||||
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.4.3
|
||||
versionCode: 2024060812
|
||||
commit: e07997f0d0ec0498731544649da6a74238412f42
|
||||
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.4.3
|
||||
versionCode: 2024060813
|
||||
commit: e07997f0d0ec0498731544649da6a74238412f42
|
||||
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:
|
||||
|
|
@ -621,5 +687,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 2024041113
|
||||
CurrentVersion: 1.4.3
|
||||
CurrentVersionCode: 2024060813
|
||||
|
|
|
|||
Loading…
Reference in a new issue