mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update OpenCanteen to 1.10.0 (323)
This commit is contained in:
parent
d546ab71d2
commit
727713d4e0
1 changed files with 62 additions and 2 deletions
|
|
@ -392,6 +392,66 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.10.0
|
||||
versionCode: 321
|
||||
commit: cddeaafde7124cb298341a37b75ab0ccd6689d3f
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw config --no-analytics
|
||||
- ./flutterw pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 1.10.0
|
||||
versionCode: 322
|
||||
commit: cddeaafde7124cb298341a37b75ab0ccd6689d3f
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw config --no-analytics
|
||||
- ./flutterw pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw build apk --release --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 1.10.0
|
||||
versionCode: 323
|
||||
commit: cddeaafde7124cb298341a37b75ab0ccd6689d3f
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw config --no-analytics
|
||||
- ./flutterw pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
|
|
@ -399,5 +459,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.9.1
|
||||
CurrentVersionCode: 313
|
||||
CurrentVersion: 1.10.0
|
||||
CurrentVersionCode: 323
|
||||
|
|
|
|||
Loading…
Reference in a new issue