android works again. lein droid doall
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
[com.badlogicgames.gdx/gdx-box2d "1.5.3"]
|
||||
[com.badlogicgames.gdx/gdx-tools "1.5.3"]
|
||||
|
||||
[com.badlogicgames.gdx/gdx-bullet "1.5.3"]
|
||||
|
||||
[com.badlogicgames.gdx/gdx-backend-android "1.5.3"]
|
||||
[neko/neko "4.0.0-alpha5"]
|
||||
[org.clojure-android/clojure "1.7.0-r2" :use-resources true]
|
||||
[org.clojure-android/clojure "1.7.0-r2"]
|
||||
|
||||
[org.clojure/tools.nrepl "0.2.7"]
|
||||
[play-clj "0.4.5-BRYCE"]
|
||||
@@ -26,7 +25,7 @@
|
||||
|
||||
:rename-manifest-package "advent.core.debug"
|
||||
:manifest-options {:app-name "ticks tales (debug)"}
|
||||
:aot-exclude-ns [cljs.core.async.impl.ioc-macros]}}
|
||||
:aot-exclude-ns [cljs.core.async.macros cljs.core.impl-ioc-macros cljs.core.impl.ioc_macros]}}
|
||||
:release {:android
|
||||
{;; Specify the path to your private
|
||||
;; keystore and the the alias of the
|
||||
@@ -53,8 +52,10 @@
|
||||
"cljs.core.async.impl.ioc-macros"
|
||||
"cljs.core.impl.ioc_macros"
|
||||
#"com.badlogic.gdx.physics\..+"]
|
||||
:dex-opts ["-JXmx8192M" "--multi-dex" "--no-locals"]}
|
||||
:multi-dex true
|
||||
:multi-dex-proguard-conf-path "proguard-multi-dex.cfg"
|
||||
:dex-opts ["-JXmx8192M" "--no-locals"]}
|
||||
|
||||
:source-paths ["src/clojure" "../desktop/src-common"]
|
||||
:java-source-paths ["src/java" "gen"]
|
||||
:java-source-paths ["src/java" "gen" ]
|
||||
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"])
|
||||
|
||||
Reference in New Issue
Block a user