mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Flux News to 1.4.1 (2024040733)
This commit is contained in:
parent
7589c0e246
commit
e69bf0c65a
1 changed files with 62 additions and 2 deletions
|
|
@ -494,6 +494,66 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 2024040731
|
||||
commit: 9ef19849b7b5289367952cb97d0c6f8b07b847ef
|
||||
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
|
||||
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"
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 2024040732
|
||||
commit: 9ef19849b7b5289367952cb97d0c6f8b07b847ef
|
||||
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
|
||||
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"
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 2024040733
|
||||
commit: 9ef19849b7b5289367952cb97d0c6f8b07b847ef
|
||||
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
|
||||
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"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
|
|
@ -501,5 +561,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.8
|
||||
CurrentVersionCode: 2024033113
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 2024040733
|
||||
|
|
|
|||
Loading…
Reference in a new issue