mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update BendyStraw to 1.1.0 (23)
This commit is contained in:
parent
e25c9ea4e4
commit
8957200a39
1 changed files with 71 additions and 2 deletions
|
|
@ -80,6 +80,75 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 21
|
||||
commit: 725ccaf3fc292cd663f369af3cbc3db2b6300c6b
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt install sqlite3 libsqlite3-dev
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
rm:
|
||||
- linux
|
||||
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.1.0
|
||||
versionCode: 22
|
||||
commit: 725ccaf3fc292cd663f369af3cbc3db2b6300c6b
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt install sqlite3 libsqlite3-dev
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- linux
|
||||
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.1.0
|
||||
versionCode: 23
|
||||
commit: 725ccaf3fc292cd663f369af3cbc3db2b6300c6b
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt install sqlite3 libsqlite3-dev
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- linux
|
||||
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:
|
||||
|
|
@ -87,5 +156,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 13
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 23
|
||||
|
|
|
|||
Loading…
Reference in a new issue