mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Fix keychain prebuild
This commit is contained in:
parent
df35cab798
commit
b76f356c69
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ Builds:
|
|||
submodules: true
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
||||
prebuild: echo -e '\norg.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
|
||||
scandelete:
|
||||
- extern/bouncycastle/libs
|
||||
- extern/bouncycastle/test
|
||||
|
|
|
|||
Loading…
Reference in a new issue