mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
PhotoChiotte BuildFix sed AGP to 8.11.1
This commit is contained in:
parent
90e730fa4f
commit
723f23d4ce
1 changed files with 5 additions and 1 deletions
|
|
@ -1203,7 +1203,11 @@ Builds:
|
|||
cmake python3-markupsafe python3-jsonschema python3-jinja2 gperf
|
||||
gradle:
|
||||
- flavorA
|
||||
prebuild: rm -vf ../*.bin
|
||||
prebuild:
|
||||
- rm -vf ../*.bin
|
||||
- echo "F-Droid uses AGP 8.11.1"
|
||||
- sed -i -e 's/.com.android.tools.build:gradle:.*/"com.android.tools.build:gradle:8.11.1"/'
|
||||
../build.gradle
|
||||
build:
|
||||
- cd ..
|
||||
- bash dlbuild.sh all
|
||||
|
|
|
|||
Loading…
Reference in a new issue