mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
misc fixes
This commit is contained in:
parent
c426f6309a
commit
17474cd9ba
5 changed files with 10 additions and 4 deletions
|
|
@ -1781,6 +1781,7 @@ Builds:
|
|||
- data/*.bin
|
||||
scandelete:
|
||||
- 3party
|
||||
- package.json
|
||||
build:
|
||||
- cd ../../3party/boost
|
||||
- ./bootstrap.sh
|
||||
|
|
|
|||
|
|
@ -115,10 +115,12 @@ Builds:
|
|||
|
||||
- versionName: 1.5.2
|
||||
versionCode: 21
|
||||
disable: https://github.com/lolo-io/OneList/issues/87
|
||||
commit: ee51a991bee395a641dba82b2e8ab1a1636f5b66
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/google.services/d' -e '/firebase/d' {app,.}/build.gradle.kts
|
||||
prebuild: sed -i -e '/google.services/d' -e '/firebase/d' {..,.}/build.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^onelist-
|
||||
|
|
|
|||
|
|
@ -6017,7 +6017,6 @@ Builds:
|
|||
- yes
|
||||
rm:
|
||||
- desktop
|
||||
prebuild: sdkmanager 'platforms;android-33' 'build-tools;33.0.2'
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -493,6 +493,8 @@ Builds:
|
|||
build.gradle
|
||||
- sed -i 's/compileSdkVersion 33/compileSdkVersion 33\n ndkVersion "23.2.8568313"/g'
|
||||
build.gradle
|
||||
scandelete:
|
||||
- wgtunnel/tools/wireguard-tools/contrib/external-tests/rust/Cargo.toml
|
||||
build:
|
||||
- git clone https://github.com/Microsoft/vcpkg.git
|
||||
- git clone https://github.com/Microsoft/vcpkg-tool.git
|
||||
|
|
@ -564,6 +566,8 @@ Builds:
|
|||
build.gradle
|
||||
- sed -i 's/compileSdkVersion 33/compileSdkVersion 33\n ndkVersion "23.2.8568313"/g'
|
||||
build.gradle
|
||||
scandelete:
|
||||
- wgtunnel/tools/wireguard-tools/contrib/external-tests/rust/Cargo.toml
|
||||
build:
|
||||
- git clone https://github.com/Microsoft/vcpkg.git
|
||||
- git clone https://github.com/Microsoft/vcpkg-tool.git
|
||||
|
|
|
|||
|
|
@ -3326,9 +3326,9 @@ Builds:
|
|||
gradle:
|
||||
- withUnifiedPush
|
||||
prebuild: sed -i -e "/android {/a lint { abortOnError = false }" build.gradle.kts
|
||||
scanignore:
|
||||
scandelete:
|
||||
- daemon/contrib/src/*/package.json
|
||||
- daemon/compat/*/package.json
|
||||
- daemon/compat/msvc/package.json
|
||||
build:
|
||||
- cd ../../daemon/bin/jni
|
||||
- PACKAGEDIR=../../../jami-android/libjamiclient/src/main/java ./make-swig.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue