Change :assets-path to :assets-paths
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user