first stab at android.

This commit is contained in:
Bryce Covert
2017-09-21 07:28:27 -07:00
parent af87521da1
commit e02542270e
5 changed files with 41 additions and 17 deletions

View File

@@ -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