diff --git a/template/project.clj b/template/project.clj index 4ff9688..1a7e050 100644 --- a/template/project.clj +++ b/template/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj/lein-template "0.3.7.2" +(defproject play-clj/lein-template "0.3.8" :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 7f66881..47532ca 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/libgdx-box2d.so b/template/resources/armeabi/libgdx-box2d.so index acff0ff..10eefd0 100644 Binary files a/template/resources/armeabi/libgdx-box2d.so and b/template/resources/armeabi/libgdx-box2d.so differ diff --git a/template/resources/ios/libgdx-box2d.a b/template/resources/ios/libgdx-box2d.a index 2d99f6f..1f27eb6 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 cc0748f..7b799a9 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 f1a06b2..377acbe 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 95ee2c9..6353898 100644 Binary files a/template/resources/x86/libgdx-box2d.so and b/template/resources/x86/libgdx-box2d.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 c6fd2ed..e8c4676 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.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"] + :dependencies [[com.badlogicgames.gdx/gdx "1.2.0" :use-resources true] + [com.badlogicgames.gdx/gdx-backend-android "1.2.0"] + [com.badlogicgames.gdx/gdx-box2d "1.2.0"] + [com.badlogicgames.gdx/gdx-bullet "1.2.0"] [neko/neko "3.0.1"] [org.clojure-android/clojure "1.6.0-RC1" :use-resources true] - [play-clj "0.3.7"]] + [play-clj "0.3.8"]] :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 a34dda3..eb396bb 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.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" + :dependencies [[com.badlogicgames.gdx/gdx "1.2.0"] + [com.badlogicgames.gdx/gdx-backend-lwjgl "1.2.0"] + [com.badlogicgames.gdx/gdx-box2d "1.2.0"] + [com.badlogicgames.gdx/gdx-box2d-platform "1.2.0" :classifier "natives-desktop"] - [com.badlogicgames.gdx/gdx-bullet "1.1.0"] - [com.badlogicgames.gdx/gdx-bullet-platform "1.1.0" + [com.badlogicgames.gdx/gdx-bullet "1.2.0"] + [com.badlogicgames.gdx/gdx-bullet-platform "1.2.0" :classifier "natives-desktop"] - [com.badlogicgames.gdx/gdx-platform "1.1.0" + [com.badlogicgames.gdx/gdx-platform "1.2.0" :classifier "natives-desktop"] [org.clojure/clojure "1.6.0"] - [play-clj "0.3.7"]] + [play-clj "0.3.8"]] :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 2ae6a83..c196a61 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.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"] + :dependencies [[com.badlogicgames.gdx/gdx "1.2.0"] + [com.badlogicgames.gdx/gdx-backend-robovm "1.2.0"] + [com.badlogicgames.gdx/gdx-box2d "1.2.0"] + [com.badlogicgames.gdx/gdx-bullet "1.2.0"] [org.clojure/clojure "1.6.0"] - [play-clj "0.3.7"]] + [play-clj "0.3.8"]] :source-paths ["src/clojure" "../desktop/src-common"] :java-source-paths ["src/java"] :javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]