mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
eval - fix build
This commit is contained in:
parent
407b0f73f5
commit
7bf2f94b64
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ Builds:
|
|||
- sdkmanager 'build-tools;36.0.0' 'build-tools;30.0.3' 'platforms;android-36'
|
||||
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/36.0.0/lib/dx.jar
|
||||
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/36.0.0/dx
|
||||
prebuild: echo -e 'java.target=1.8\njava.source=1.8' > ant.properties
|
||||
prebuild:
|
||||
- echo -e 'java.target=1.8\njava.source=1.8' > ant.properties
|
||||
- sed -i -e '/app_name/aandroid:exported="true"' AndroidManifest.xml
|
||||
target: android-36
|
||||
|
||||
AutoUpdateMode: None
|
||||
|
|
|
|||
Loading…
Reference in a new issue