mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update maid to 2.0.3 (21822)
This commit is contained in:
parent
8823e99f73
commit
9f8574d26c
1 changed files with 86 additions and 2 deletions
|
|
@ -573,6 +573,90 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo/maid com.danemadsen.maid
|
- mv $repo/maid com.danemadsen.maid
|
||||||
|
|
||||||
|
- versionName: 2.0.3
|
||||||
|
versionCode: 21821
|
||||||
|
commit: 0658b5eb7c4d252f08e8531b4e55167e5a8c11f3
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- mkdir -p /home/runner
|
||||||
|
- chown vagrant /home/runner
|
||||||
|
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||||
|
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/v%v/maid-android-x86_64.apk
|
||||||
|
rm:
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- rm packages/flutter/engine/src/.gn
|
||||||
|
- export repo=/home/runner/work/maid
|
||||||
|
- mkdir -p $repo
|
||||||
|
- cd ..
|
||||||
|
- mv com.danemadsen.maid $repo/maid
|
||||||
|
- pushd $repo/maid
|
||||||
|
- export PUB_CACHE=/home/runner/.pub-cache
|
||||||
|
- packages/flutter/bin/flutter config --no-analytics
|
||||||
|
- packages/flutter/bin/flutter packages pub get
|
||||||
|
- mv $PUB_CACHE .
|
||||||
|
- popd
|
||||||
|
- mv $repo/maid com.danemadsen.maid
|
||||||
|
scanignore:
|
||||||
|
- packages/flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
- packages/flutter
|
||||||
|
build:
|
||||||
|
- export repo=/home/runner/work/maid
|
||||||
|
- cd ..
|
||||||
|
- mv com.danemadsen.maid $repo/maid
|
||||||
|
- pushd $repo/maid
|
||||||
|
- export PUB_CACHE=/home/runner/.pub-cache
|
||||||
|
- mv .pub-cache $PUB_CACHE
|
||||||
|
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||||
|
- popd
|
||||||
|
- mv $repo/maid com.danemadsen.maid
|
||||||
|
|
||||||
|
- versionName: 2.0.3
|
||||||
|
versionCode: 21822
|
||||||
|
commit: 0658b5eb7c4d252f08e8531b4e55167e5a8c11f3
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- mkdir -p /home/runner
|
||||||
|
- chown vagrant /home/runner
|
||||||
|
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||||
|
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/v%v/maid-android-arm64-v8a.apk
|
||||||
|
rm:
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- rm packages/flutter/engine/src/.gn
|
||||||
|
- export repo=/home/runner/work/maid
|
||||||
|
- mkdir -p $repo
|
||||||
|
- cd ..
|
||||||
|
- mv com.danemadsen.maid $repo/maid
|
||||||
|
- pushd $repo/maid
|
||||||
|
- export PUB_CACHE=/home/runner/.pub-cache
|
||||||
|
- packages/flutter/bin/flutter config --no-analytics
|
||||||
|
- packages/flutter/bin/flutter packages pub get
|
||||||
|
- mv $PUB_CACHE .
|
||||||
|
- popd
|
||||||
|
- mv $repo/maid com.danemadsen.maid
|
||||||
|
scanignore:
|
||||||
|
- packages/flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- packages/flutter
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export repo=/home/runner/work/maid
|
||||||
|
- cd ..
|
||||||
|
- mv com.danemadsen.maid $repo/maid
|
||||||
|
- pushd $repo/maid
|
||||||
|
- export PUB_CACHE=/home/runner/.pub-cache
|
||||||
|
- mv .pub-cache $PUB_CACHE
|
||||||
|
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||||
|
- popd
|
||||||
|
- mv $repo/maid com.danemadsen.maid
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 835ed22ed895c4c272d698aa6e4e48db0b4e36dccf7010d5de15034ac9e1b96f
|
AllowedAPKSigningKeys: 835ed22ed895c4c272d698aa6e4e48db0b4e36dccf7010d5de15034ac9e1b96f
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
|
@ -581,5 +665,5 @@ VercodeOperation:
|
||||||
- '%c * 10 + 1'
|
- '%c * 10 + 1'
|
||||||
- '%c * 10 + 2'
|
- '%c * 10 + 2'
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 2.0.2
|
CurrentVersion: 2.0.3
|
||||||
CurrentVersionCode: 21222
|
CurrentVersionCode: 21822
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue