mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Flux News to 1.3.3 (2023122013)
This commit is contained in:
parent
83c618fdc9
commit
94e0f5fbac
1 changed files with 62 additions and 2 deletions
|
|
@ -134,6 +134,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.3
|
||||
versionCode: 2023122011
|
||||
commit: eb66c39398bd1eca15863b0a59ad6de07d310154
|
||||
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.3
|
||||
versionCode: 2023122012
|
||||
commit: eb66c39398bd1eca15863b0a59ad6de07d310154
|
||||
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.3
|
||||
versionCode: 2023122013
|
||||
commit: eb66c39398bd1eca15863b0a59ad6de07d310154
|
||||
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:
|
||||
|
|
@ -141,5 +201,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.2
|
||||
CurrentVersionCode: 2023121513
|
||||
CurrentVersion: 1.3.3
|
||||
CurrentVersionCode: 2023122013
|
||||
|
|
|
|||
Loading…
Reference in a new issue