Change :assets-path to :assets-paths

This commit is contained in:
oakes
2014-11-06 13:06:47 -05:00
parent 24808b6e48
commit bc3e7d837c

View File

@@ -26,7 +26,7 @@
;; Uncomment this if dexer fails with OutOfMemoryException ;; Uncomment this if dexer fails with OutOfMemoryException
;; :force-dex-optimize true ;; :force-dex-optimize true
:assets-path "../desktop/resources" :assets-paths ["../desktop/resources"]
:native-libraries-paths ["libs"] :native-libraries-paths ["libs"]
:target-version "{{target-sdk}}" :target-version "{{target-sdk}}"
:aot-exclude-ns ["clojure.parallel" "clojure.core.reducers"] :aot-exclude-ns ["clojure.parallel" "clojure.core.reducers"]