first stab at android.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(defproject advent "1.3.2-SNAPSHOT"
|
||||
(defproject advent "1.3.16-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.9.3" :use-resources true]
|
||||
@@ -36,10 +36,10 @@
|
||||
{;; Specify the path to your private
|
||||
;; keystore and the the alias of the
|
||||
;; key you want to sign APKs with.
|
||||
;; :keystore-path "/home/user/.android/private.keystore"
|
||||
;; :key-alias "mykeyalias"
|
||||
;; :keystore-path "ticks-talkes-release.jks"
|
||||
;; :key-alias "ticks-tales-release"
|
||||
:build-type :release
|
||||
:aot :all
|
||||
:aot :all-with-unused
|
||||
:aot-exclude-ns [cljs.core.async.macros cljs.core.impl-ioc-macros cljs.core.impl.ioc_macros]}}}
|
||||
|
||||
:android {;; Specify the path to the Android SDK directory either
|
||||
|
||||
Reference in New Issue
Block a user