mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Palčka to 0.1.1 (113)
This commit is contained in:
parent
9c1747c38e
commit
91e3d7e68d
1 changed files with 80 additions and 2 deletions
|
|
@ -97,6 +97,84 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 0.1.1
|
||||
versionCode: 111
|
||||
commit: 076eafc17bc5b7d930177e0291ffbacb4a53ff41
|
||||
subdir: tarok
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
rm:
|
||||
- tarok/windows
|
||||
- tarok/web
|
||||
- tarok/linux
|
||||
- stockskis-experimentations
|
||||
- stockskis_cli
|
||||
- backend
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter config --no-analytics
|
||||
- ../flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- tarok/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 0.1.1
|
||||
versionCode: 112
|
||||
commit: 076eafc17bc5b7d930177e0291ffbacb4a53ff41
|
||||
subdir: tarok
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- tarok/windows
|
||||
- tarok/web
|
||||
- tarok/linux
|
||||
- stockskis-experimentations
|
||||
- stockskis_cli
|
||||
- backend
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter config --no-analytics
|
||||
- ../flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- tarok/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 0.1.1
|
||||
versionCode: 113
|
||||
commit: 076eafc17bc5b7d930177e0291ffbacb4a53ff41
|
||||
subdir: tarok
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- tarok/windows
|
||||
- tarok/web
|
||||
- tarok/linux
|
||||
- stockskis-experimentations
|
||||
- stockskis_cli
|
||||
- backend
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter config --no-analytics
|
||||
- ../flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- tarok/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
|
|
@ -104,5 +182,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: tarok/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.0.9
|
||||
CurrentVersionCode: 93
|
||||
CurrentVersion: 0.1.1
|
||||
CurrentVersionCode: 113
|
||||
|
|
|
|||
Loading…
Reference in a new issue