mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Hacki to 2.9.7 (1553)
This commit is contained in:
parent
8fc943f86f
commit
4dfd105103
1 changed files with 65 additions and 2 deletions
|
|
@ -3896,6 +3896,69 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 2.9.7
|
||||
versionCode: 1551
|
||||
commit: f07254dbd4fa3c30d6d9d16b73d1af818225d3d3
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- submodules/flutter
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 2.9.7
|
||||
versionCode: 1552
|
||||
commit: f07254dbd4fa3c30d6d9d16b73d1af818225d3d3
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- submodules/flutter
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 2.9.7
|
||||
versionCode: 1553
|
||||
commit: f07254dbd4fa3c30d6d9d16b73d1af818225d3d3
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- submodules/flutter
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
|
|
@ -3903,5 +3966,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.9.5
|
||||
CurrentVersionCode: 1533
|
||||
CurrentVersion: 2.9.7
|
||||
CurrentVersionCode: 1553
|
||||
|
|
|
|||
Loading…
Reference in a new issue