mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
Update com.danemadsen.maid.yml
This commit is contained in:
parent
e8fe2faeac
commit
a7db1229d0
1 changed files with 7 additions and 9 deletions
|
|
@ -328,15 +328,14 @@ Builds:
|
|||
- mv $repo/maid com.danemadsen.maid
|
||||
|
||||
- versionName: 1.2.9
|
||||
versionCode: 291
|
||||
disable: https://github.com/Mobile-Artificial-Intelligence/maid/issues/582
|
||||
commit: 8c5776ab6a2755eba51bfbc01222394f934d2cf6
|
||||
versionCode: 16971
|
||||
commit: 18f8f7d3941ba99d2f8b17cc95d1eea08e93f1a4
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /builds/mobile-artificial-intelligence
|
||||
- chown vagrant /builds/mobile-artificial-intelligence
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-x86_64.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-x86_64.apk
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
|
|
@ -368,15 +367,14 @@ Builds:
|
|||
- mv $repo/maid com.danemadsen.maid
|
||||
|
||||
- versionName: 1.2.9
|
||||
versionCode: 292
|
||||
disable: https://github.com/Mobile-Artificial-Intelligence/maid/issues/582
|
||||
commit: 8c5776ab6a2755eba51bfbc01222394f934d2cf6
|
||||
versionCode: 16972
|
||||
commit: 18f8f7d3941ba99d2f8b17cc95d1eea08e93f1a4
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /builds/mobile-artificial-intelligence
|
||||
- chown vagrant /builds/mobile-artificial-intelligence
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-arm64-v8a.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-arm64-v8a.apk
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
|
|
@ -416,4 +414,4 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.9
|
||||
CurrentVersionCode: 292
|
||||
CurrentVersionCode: 16972
|
||||
|
|
|
|||
Loading…
Reference in a new issue