mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
misc fixes
This commit is contained in:
parent
c624dee959
commit
4413b75828
4 changed files with 10 additions and 2 deletions
|
|
@ -3486,7 +3486,7 @@ Builds:
|
|||
- cd ../libbaresip-android
|
||||
- make download-sources
|
||||
- make install-all
|
||||
ndk: r25c
|
||||
ndk: r26
|
||||
|
||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||
this can cause build failures.
|
||||
|
|
|
|||
|
|
@ -1175,6 +1175,10 @@ Builds:
|
|||
versionCode: 5402
|
||||
commit: 3a5232a4035bbb5ff1e656535ae053dc98d08850
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d' build.gradle.kts
|
||||
|
|
|
|||
|
|
@ -847,6 +847,10 @@ Builds:
|
|||
versionCode: 72
|
||||
commit: b3350a9a21b00cf099de3e1176ced8b5e92ea88a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
|
|
@ -863,6 +867,7 @@ Builds:
|
|||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- app/.pub-cache
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -1112,7 +1112,6 @@ Builds:
|
|||
- transistor-background-fetch@fb883de16ff3fbaaaa5ce84d829911c8a5894d2
|
||||
rm:
|
||||
- ios
|
||||
- thirdparty/extended_image/example
|
||||
- android/app/src/main/jniLibs/*/*libtensor*.so
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue