Update template in preparation for 0.3.0
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
(defproject {{app-name}} "0.0.1-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9" :use-resources true]
|
||||
[com.badlogicgames.gdx/gdx-backend-android "0.9.9"]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.0" :use-resources true]
|
||||
[com.badlogicgames.gdx/gdx-backend-android "1.0"]
|
||||
[neko/neko "3.0.1"]
|
||||
[org.clojure-android/clojure "1.5.1-jb" :use-resources true]
|
||||
[play-clj "0.2.4"]]
|
||||
[play-clj "0.3.0"]]
|
||||
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
|
||||
[compliment "0.0.3"]]
|
||||
:android {:aot :all-with-unused}}
|
||||
|
||||
Reference in New Issue
Block a user