clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
644 stars 56 forks source link

Google API jars should be on the compile classpath #3

Closed vspy closed 12 years ago

vspy commented 12 years ago

It's really needed to use Google Maps, for instance. So I've added that.

If it finds google api folder for target platform, it adds jars to the compile classpath.

alexander-yakushev commented 12 years ago

Thank you for the pull request! I've made some minor changes and merged it. With these changes you have to add an entry :use-google-api true to the :android map in project.clj for Google API jars to appear.