mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Palčka to 1.0.6 (193)
This commit is contained in:
parent
38a1123be8
commit
0745ccda16
1 changed files with 80 additions and 2 deletions
|
|
@ -453,6 +453,84 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- ../flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
- ../flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||||
|
|
||||||
|
- versionName: 1.0.6
|
||||||
|
versionCode: 191
|
||||||
|
commit: ed63c6e21df5a9b0a1d4bc9fd51c9e29373bc95f
|
||||||
|
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: 1.0.6
|
||||||
|
versionCode: 192
|
||||||
|
commit: ed63c6e21df5a9b0a1d4bc9fd51c9e29373bc95f
|
||||||
|
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: 1.0.6
|
||||||
|
versionCode: 193
|
||||||
|
commit: ed63c6e21df5a9b0a1d4bc9fd51c9e29373bc95f
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -460,5 +538,5 @@ VercodeOperation:
|
||||||
- 10 * %c + 2
|
- 10 * %c + 2
|
||||||
- 10 * %c + 3
|
- 10 * %c + 3
|
||||||
UpdateCheckData: tarok/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: tarok/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.0.4
|
CurrentVersion: 1.0.6
|
||||||
CurrentVersionCode: 173
|
CurrentVersionCode: 193
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue