Update lein-droid in template

This commit is contained in:
oakes
2014-11-04 17:26:00 -05:00
parent 06a28157f5
commit 24808b6e48
3 changed files with 3 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[lein-droid "0.2.3"]]
:dependencies [[lein-droid "0.3.0-beta3"]]
:resource-paths ["resources"]
:eval-in-leiningen true)

View File

@@ -58,7 +58,7 @@
(render "AndroidLauncher.java" data)]
"android/src/clojure"
["android/AndroidManifest.xml"
(lein-droid-render "AndroidManifest.xml" data)]
(lein-droid-render "AndroidManifest.template.xml" data)]
["android/res/drawable-hdpi/ic_launcher.png"
(lein-droid-render "ic_launcher_hdpi.png")]
["android/res/drawable-mdpi/ic_launcher.png"

View File

@@ -9,7 +9,7 @@
[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
[play-clj "0.4.1"]]
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
[compliment "0.1.3"]]
[compliment "0.1.4"]]
:android {:aot :all-with-unused}}
:release {:android
{;; Specify the path to your private