mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Hacki to 1.0.8 (863)
This commit is contained in:
parent
d9066a3ac6
commit
c11e78bb29
1 changed files with 59 additions and 2 deletions
|
|
@ -865,6 +865,63 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.0.8
|
||||
versionCode: 861
|
||||
commit: c7824eaef32772a0e773457a49ee1473400ec129
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.7.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .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.8
|
||||
versionCode: 862
|
||||
commit: c7824eaef32772a0e773457a49ee1473400ec129
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.7.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .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.8
|
||||
versionCode: 863
|
||||
commit: c7824eaef32772a0e773457a49ee1473400ec129
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.7.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .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:
|
||||
|
|
@ -872,5 +929,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.7
|
||||
CurrentVersionCode: 853
|
||||
CurrentVersion: 1.0.8
|
||||
CurrentVersionCode: 863
|
||||
|
|
|
|||
Loading…
Reference in a new issue