mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
62f36496d8
commit
31400560a9
3 changed files with 8 additions and 5 deletions
|
|
@ -65,6 +65,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.39
|
||||
versionCode: 631
|
||||
disable: failed
|
||||
commit: 0a47abf9f40e84440cba79f55337eae5054ba8fb
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||
|
|
@ -81,6 +82,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.39
|
||||
versionCode: 632
|
||||
disable: failed
|
||||
commit: 0a47abf9f40e84440cba79f55337eae5054ba8fb
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||
|
|
@ -97,6 +99,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.39
|
||||
versionCode: 633
|
||||
disable: failed
|
||||
commit: 0a47abf9f40e84440cba79f55337eae5054ba8fb
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ AutoName: Clock 31
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/adolfintel/Clock31.git
|
||||
Binaries: https://downloads.fdossena.com/geth.php?r=clock31-apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
|
|
@ -21,7 +22,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
|
|
@ -394,13 +394,12 @@ Builds:
|
|||
|
||||
- versionName: 0.23.11
|
||||
versionCode: 70
|
||||
disable: invalid apk
|
||||
commit: 9866adff957f9beefd4a3f3fda26281984e0cb2f
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build imagemagick g++ meson cmake quilt pkg-config
|
||||
xz-utils make libtool m4 automake librsvg2-bin
|
||||
output: output/android/android/apk/mpd-unsigned.apk
|
||||
output: output/android/android/apk/mpd-aligned.apk
|
||||
rm:
|
||||
- src/haiku/App_MusicPD
|
||||
prebuild:
|
||||
|
|
@ -414,8 +413,8 @@ Builds:
|
|||
- ninja android/apk/mpd-unsigned.apk
|
||||
- python3 ../../android/build.py $$SDK$$ $$NDK$$ arm64-v8a --buildtype=debugoptimized
|
||||
-Db_ndebug=true -Dwrap_mode=forcefallback --reconfigure
|
||||
- ninja android/apk/mpd-unsigned.apk
|
||||
ndk: r23c
|
||||
- ninja android/apk/mpd-aligned.apk
|
||||
ndk: r25b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue