mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Flux News to 1.3.4 (2023123113)
This commit is contained in:
parent
242f1d8450
commit
f1d5b567d2
1 changed files with 62 additions and 2 deletions
|
|
@ -194,6 +194,66 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- vendor/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.3.4
|
||||
versionCode: 2023123111
|
||||
commit: 1309e801f56407d0e22c6627aca796db415eef4e
|
||||
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.3.4
|
||||
versionCode: 2023123112
|
||||
commit: 1309e801f56407d0e22c6627aca796db415eef4e
|
||||
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.3.4
|
||||
versionCode: 2023123113
|
||||
commit: 1309e801f56407d0e22c6627aca796db415eef4e
|
||||
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:
|
||||
|
|
@ -201,5 +261,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.3
|
||||
CurrentVersionCode: 2023122013
|
||||
CurrentVersion: 1.3.4
|
||||
CurrentVersionCode: 2023123113
|
||||
|
|
|
|||
Loading…
Reference in a new issue