mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Palčka to 1.0.7 (203)
This commit is contained in:
parent
1a1f5fcc91
commit
0cc3729d7d
1 changed files with 83 additions and 2 deletions
|
|
@ -531,6 +531,87 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.0.7
|
||||
versionCode: 201
|
||||
commit: 5a083f007f8c8152107e2a2332c083b4dbc4c8d7
|
||||
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
|
||||
- stockskis/pubspec.yaml
|
||||
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.7
|
||||
versionCode: 202
|
||||
commit: 5a083f007f8c8152107e2a2332c083b4dbc4c8d7
|
||||
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
|
||||
- stockskis/pubspec.yaml
|
||||
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.7
|
||||
versionCode: 203
|
||||
commit: 5a083f007f8c8152107e2a2332c083b4dbc4c8d7
|
||||
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
|
||||
- stockskis/pubspec.yaml
|
||||
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:
|
||||
|
|
@ -538,5 +619,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: tarok/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.6
|
||||
CurrentVersionCode: 193
|
||||
CurrentVersion: 1.0.7
|
||||
CurrentVersionCode: 203
|
||||
|
|
|
|||
Loading…
Reference in a new issue