mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
mkulesh.onpc - fix recipe
This commit is contained in:
parent
c2de6a3eb3
commit
1645448a6d
1 changed files with 5 additions and 0 deletions
|
|
@ -238,6 +238,11 @@ Builds:
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'ndk;18.1.5063045'
|
||||||
|
'build-tools;32.0.0' 'build-tools;30.0.3'
|
||||||
|
- cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/32.0.0/lib/dx.jar
|
||||||
|
- cp $$SDK$$/build-tools/30.0.3/dx $$SDK$$/build-tools/32.0.0/d
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue