Upgrade p4a clean #21

Open
jessopb wants to merge 43 commits from upgrade_p4a_clean into master
Showing only changes of commit bd0ae66bed - Show all commits

View file

@ -166,7 +166,7 @@ dependencies {
{%- endfor -%}
{%- if args.depends -%}
{%- for depend in args.depends %}
compile '{{ depend }}'
implement '{{ depend }}'
{%- endfor %}
{%- endif %}
}