fixing android issues.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
(def version (str "2.0." (clojure.string/trim-newline (slurp "../desktop/last-release")) "-snapshot"))
|
||||
(defproject advent version
|
||||
(defproject tickstales version
|
||||
:description "FIXME: write description"
|
||||
:manifest {"Implementation-Version" version}
|
||||
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.3" :use-resources true]
|
||||
[com.badlogicgames.gdx/gdx-backend-lwjgl "1.9.3"]
|
||||
[com.badlogicgames.gdx/gdx-box2d "1.9.3"]
|
||||
[com.badlogicgames.gdx/gdx-tools "1.9.3"]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.4" :use-resources true]
|
||||
[com.badlogicgames.gdx/gdx-backend-lwjgl "1.9.4"]
|
||||
[com.badlogicgames.gdx/gdx-box2d "1.9.4"]
|
||||
[com.badlogicgames.gdx/gdx-tools "1.9.4"]
|
||||
|
||||
|
||||
[com.badlogicgames.gdx/gdx-backend-android "1.9.3"]
|
||||
[com.badlogicgames.gdx/gdx-backend-android "1.9.4"]
|
||||
[neko/neko "4.0.0-alpha5"]
|
||||
|
||||
[com.android.billingclient/billing "dp-1" :extension "aar"]
|
||||
@@ -29,9 +29,10 @@
|
||||
|
||||
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
|
||||
[compliment "0.1.3"]]
|
||||
:jvm-opts ["-Dplatform=android"]
|
||||
:android {:aot :all-with-unused
|
||||
|
||||
:rename-manifest-package "advent.core.debug"
|
||||
:rename-manifest-package "tickstales.core.debug"
|
||||
:manifest-options {:app-name "ticks tales (debug)"}
|
||||
:aot-exclude-ns ["clojure.core.memoize" "core.async"]}}
|
||||
:release {:android
|
||||
|
||||
Reference in New Issue
Block a user