Update to libGDX 1.5.0

This commit is contained in:
oakes
2014-12-15 13:22:20 -05:00
parent 5b874400d4
commit bfaa4c9cc1
18 changed files with 25 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
(defproject play-clj/lein-template "0.4.2.1"
(defproject play-clj/lein-template "0.4.3-SNAPSHOT"
:description "A template for making play-clj projects"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[lein-droid "0.3.0-beta3"]]
:dependencies [[lein-droid "0.3.0-beta4"]]
:resource-paths ["resources"]
:eval-in-leiningen true)