mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update BendyStraw to 1.2.0 (33)
This commit is contained in:
parent
ad9e3297ec
commit
acd240e3ed
1 changed files with 71 additions and 2 deletions
|
|
@ -149,6 +149,75 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 31
|
||||
commit: 3f34dfb776cd6e71ec4079bc894b88625302928a
|
||||
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.2.0
|
||||
versionCode: 32
|
||||
commit: 3f34dfb776cd6e71ec4079bc894b88625302928a
|
||||
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.2.0
|
||||
versionCode: 33
|
||||
commit: 3f34dfb776cd6e71ec4079bc894b88625302928a
|
||||
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:
|
||||
|
|
@ -156,5 +225,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 23
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 33
|
||||
|
|
|
|||
Loading…
Reference in a new issue