mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
misc fixes
This commit is contained in:
parent
f66fa330e5
commit
7ac1c7d75c
4 changed files with 9 additions and 7 deletions
|
|
@ -101,7 +101,7 @@ Builds:
|
|||
- 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-android-x86_64.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-x86_64.apk
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
|
|
@ -140,7 +140,7 @@ Builds:
|
|||
- 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-android-arm64.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-arm64-v8a.apk
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ Builds:
|
|||
|
||||
- versionName: 1.8.20
|
||||
versionCode: 201
|
||||
disable: https://github.com/orgzly-revived/orgzly-android-revived/issues/233
|
||||
commit: 4892efc71dcfd6918fb0c468680ba7363055f70a
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -207,9 +207,9 @@ Builds:
|
|||
prebuild: sed -i -e '/proxy/d' ../gradle.properties
|
||||
ndk: r21
|
||||
|
||||
- versionName: 5.0.0
|
||||
versionCode: 1038
|
||||
commit: 12ac709aba2b210b3eae13ff6d6fa83173ce8e95
|
||||
- versionName: 5.0.1
|
||||
versionCode: 1039
|
||||
commit: af028cbddcd1f40deb41e44d6de98bd3369b8621
|
||||
subdir: app
|
||||
gradle:
|
||||
- prod
|
||||
|
|
@ -218,5 +218,5 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.0.0
|
||||
CurrentVersionCode: 1038
|
||||
CurrentVersion: 5.0.1
|
||||
CurrentVersionCode: 1039
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.2
|
||||
versionCode: 6
|
||||
disable: https://github.com/devhyper/open-video-editor/issues/75
|
||||
commit: ece0f0de4e5cec4c5ca5103160ccf0726270a0b6
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
|
|||
Loading…
Reference in a new issue