Add our gradle wrapper script

This commit is contained in:
Daniel Martí 2014-01-09 18:30:35 +01:00
parent b30fd68485
commit ca7cea37f8
2 changed files with 95 additions and 5 deletions

View file

@ -147,6 +147,7 @@ vagrantfile += """
chef.add_recipe "fdroidbuild-general"
chef.add_recipe "android-sdk"
chef.add_recipe "android-ndk"
chef.add_recipe "gradle"
chef.add_recipe "kivy"
end
end