IAPing.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
(defproject advent "1.3.16-SNAPSHOT"
|
||||
(def version (str "2.0." (clojure.string/trim-newline (slurp "../desktop/last-release")) "-snapshot"))
|
||||
(defproject advent 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"]
|
||||
@@ -38,6 +40,7 @@
|
||||
;; key you want to sign APKs with.
|
||||
;; :keystore-path "ticks-talkes-release.jks"
|
||||
;; :key-alias "ticks-tales-release"
|
||||
:jvm-opts ["-Dplatform=android"]
|
||||
:build-type :release
|
||||
:aot :all-with-unused
|
||||
:aot-exclude-ns [cljs.core.async.macros cljs.core.impl-ioc-macros cljs.core.impl.ioc_macros]}}}
|
||||
|
||||
Reference in New Issue
Block a user