diff --git a/template/project.clj b/template/project.clj index 5245257..5d1f3aa 100644 --- a/template/project.clj +++ b/template/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj/lein-template "0.3.5" +(defproject play-clj/lein-template "0.3.6" :description "A template for making play-clj projects" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" diff --git a/template/resources/armeabi-v7a/libgdx-box2d.so b/template/resources/armeabi-v7a/libgdx-box2d.so index 0ce8060..7f66881 100644 Binary files a/template/resources/armeabi-v7a/libgdx-box2d.so and b/template/resources/armeabi-v7a/libgdx-box2d.so differ diff --git a/template/resources/armeabi-v7a/libgdx.so b/template/resources/armeabi-v7a/libgdx.so index 1761f99..6bb9980 100644 Binary files a/template/resources/armeabi-v7a/libgdx.so and b/template/resources/armeabi-v7a/libgdx.so differ diff --git a/template/resources/armeabi/libgdx-box2d.so b/template/resources/armeabi/libgdx-box2d.so index 62366ea..acff0ff 100644 Binary files a/template/resources/armeabi/libgdx-box2d.so and b/template/resources/armeabi/libgdx-box2d.so differ diff --git a/template/resources/armeabi/libgdx.so b/template/resources/armeabi/libgdx.so index 397c5eb..9e4119b 100644 Binary files a/template/resources/armeabi/libgdx.so and b/template/resources/armeabi/libgdx.so differ diff --git a/template/resources/ios/libgdx-box2d.a b/template/resources/ios/libgdx-box2d.a index 93d9332..2d99f6f 100644 Binary files a/template/resources/ios/libgdx-box2d.a and b/template/resources/ios/libgdx-box2d.a differ diff --git a/template/resources/ios/libgdx-bullet.a b/template/resources/ios/libgdx-bullet.a index 62626b6..cc0748f 100644 Binary files a/template/resources/ios/libgdx-bullet.a and b/template/resources/ios/libgdx-bullet.a differ diff --git a/template/resources/ios/libgdx.a b/template/resources/ios/libgdx.a index dea6735..f1a06b2 100644 Binary files a/template/resources/ios/libgdx.a and b/template/resources/ios/libgdx.a differ diff --git a/template/resources/x86/libgdx-box2d.so b/template/resources/x86/libgdx-box2d.so index 6e6e00a..95ee2c9 100644 Binary files a/template/resources/x86/libgdx-box2d.so and b/template/resources/x86/libgdx-box2d.so differ diff --git a/template/resources/x86/libgdx.so b/template/resources/x86/libgdx.so index 4b3fef0..6afee9c 100644 Binary files a/template/resources/x86/libgdx.so and b/template/resources/x86/libgdx.so differ diff --git a/template/src/leiningen/new/play_clj/android-project.clj b/template/src/leiningen/new/play_clj/android-project.clj index 34628c0..b067be9 100644 --- a/template/src/leiningen/new/play_clj/android-project.clj +++ b/template/src/leiningen/new/play_clj/android-project.clj @@ -1,13 +1,13 @@ (defproject {{app-name}} "0.0.1-SNAPSHOT" :description "FIXME: write description" - :dependencies [[com.badlogicgames.gdx/gdx "1.0.1" :use-resources true] - [com.badlogicgames.gdx/gdx-backend-android "1.0.1"] - [com.badlogicgames.gdx/gdx-box2d "1.0.1"] - [com.badlogicgames.gdx/gdx-bullet "1.0.1"] + :dependencies [[com.badlogicgames.gdx/gdx "1.1.0" :use-resources true] + [com.badlogicgames.gdx/gdx-backend-android "1.1.0"] + [com.badlogicgames.gdx/gdx-box2d "1.1.0"] + [com.badlogicgames.gdx/gdx-bullet "1.1.0"] [neko/neko "3.0.1"] [org.clojure-android/clojure "1.6.0-RC1" :use-resources true] - [play-clj "0.3.5"]] + [play-clj "0.3.6"]] :profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"] [compliment "0.1.0"]] :android {:aot :all-with-unused}} diff --git a/template/src/leiningen/new/play_clj/desktop-project.clj b/template/src/leiningen/new/play_clj/desktop-project.clj index 3c457a7..3793386 100644 --- a/template/src/leiningen/new/play_clj/desktop-project.clj +++ b/template/src/leiningen/new/play_clj/desktop-project.clj @@ -1,18 +1,18 @@ (defproject {{app-name}} "0.0.1-SNAPSHOT" :description "FIXME: write description" - :dependencies [[com.badlogicgames.gdx/gdx "1.0.1"] - [com.badlogicgames.gdx/gdx-backend-lwjgl "1.0.1"] - [com.badlogicgames.gdx/gdx-box2d "1.0.1"] - [com.badlogicgames.gdx/gdx-box2d-platform "1.0.1" + :dependencies [[com.badlogicgames.gdx/gdx "1.1.0"] + [com.badlogicgames.gdx/gdx-backend-lwjgl "1.1.0"] + [com.badlogicgames.gdx/gdx-box2d "1.1.0"] + [com.badlogicgames.gdx/gdx-box2d-platform "1.1.0" :classifier "natives-desktop"] - [com.badlogicgames.gdx/gdx-bullet "1.0.1"] - [com.badlogicgames.gdx/gdx-bullet-platform "1.0.1" + [com.badlogicgames.gdx/gdx-bullet "1.1.0"] + [com.badlogicgames.gdx/gdx-bullet-platform "1.1.0" :classifier "natives-desktop"] - [com.badlogicgames.gdx/gdx-platform "1.0.1" + [com.badlogicgames.gdx/gdx-platform "1.1.0" :classifier "natives-desktop"] [org.clojure/clojure "1.6.0"] - [play-clj "0.3.5"]] + [play-clj "0.3.6"]] :source-paths ["src" "src-common"] :javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"] diff --git a/template/src/leiningen/new/play_clj/ios-project.clj b/template/src/leiningen/new/play_clj/ios-project.clj index 433cb5c..e092a4d 100644 --- a/template/src/leiningen/new/play_clj/ios-project.clj +++ b/template/src/leiningen/new/play_clj/ios-project.clj @@ -1,11 +1,11 @@ (defproject {{app-name}} "0.0.1-SNAPSHOT" :description "FIXME: write description" - :dependencies [[com.badlogicgames.gdx/gdx "1.0.1"] - [com.badlogicgames.gdx/gdx-backend-robovm "1.0.1"] - [com.badlogicgames.gdx/gdx-box2d "1.0.1"] - [com.badlogicgames.gdx/gdx-bullet "1.0.1"] + :dependencies [[com.badlogicgames.gdx/gdx "1.1.0"] + [com.badlogicgames.gdx/gdx-backend-robovm "1.1.0"] + [com.badlogicgames.gdx/gdx-box2d "1.1.0"] + [com.badlogicgames.gdx/gdx-bullet "1.1.0"] [org.clojure/clojure "1.6.0"] - [play-clj "0.3.5"]] + [play-clj "0.3.6"]] :source-paths ["src/clojure" "../desktop/src-common"] :java-source-paths ["src/java"] :javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]