diff --git a/project.clj b/project.clj index ca592af..604c0eb 100644 --- a/project.clj +++ b/project.clj @@ -3,9 +3,9 @@ :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} - :dependencies [[com.badlogicgames.gdx/gdx "1.3.1"] - [com.badlogicgames.gdx/gdx-box2d "1.3.1"] - [com.badlogicgames.gdx/gdx-bullet "1.3.1"] + :dependencies [[com.badlogicgames.gdx/gdx "1.4.1"] + [com.badlogicgames.gdx/gdx-box2d "1.4.1"] + [com.badlogicgames.gdx/gdx-bullet "1.4.1"] [org.clojure/clojure "1.6.0"]] :repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases/"]] diff --git a/template/resources/armeabi-v7a/libgdx-box2d.so b/template/resources/armeabi-v7a/libgdx-box2d.so index 47532ca..14575fc 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-bullet.so b/template/resources/armeabi-v7a/libgdx-bullet.so index f34369b..b4ad643 100644 Binary files a/template/resources/armeabi-v7a/libgdx-bullet.so and b/template/resources/armeabi-v7a/libgdx-bullet.so differ diff --git a/template/resources/armeabi/libgdx-box2d.so b/template/resources/armeabi/libgdx-box2d.so index 10eefd0..2a0ba51 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-bullet.so b/template/resources/armeabi/libgdx-bullet.so index 57e416e..994e6b9 100644 Binary files a/template/resources/armeabi/libgdx-bullet.so and b/template/resources/armeabi/libgdx-bullet.so differ diff --git a/template/resources/ios/libgdx-box2d.a b/template/resources/ios/libgdx-box2d.a index f827a37..0e53e41 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 39e04fc..e5d6c33 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 665fdd9..549d913 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 6353898..dd2b3ab 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-bullet.so b/template/resources/x86/libgdx-bullet.so index 3037aa6..a55c068 100644 Binary files a/template/resources/x86/libgdx-bullet.so and b/template/resources/x86/libgdx-bullet.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 5abd799..f465a2c 100644 --- a/template/src/leiningen/new/play_clj/android-project.clj +++ b/template/src/leiningen/new/play_clj/android-project.clj @@ -1,10 +1,10 @@ (defproject {{app-name}} "0.0.1-SNAPSHOT" :description "FIXME: write description" - :dependencies [[com.badlogicgames.gdx/gdx "1.3.1" :use-resources true] - [com.badlogicgames.gdx/gdx-backend-android "1.3.1"] - [com.badlogicgames.gdx/gdx-box2d "1.3.1"] - [com.badlogicgames.gdx/gdx-bullet "1.3.1"] + :dependencies [[com.badlogicgames.gdx/gdx "1.4.1" :use-resources true] + [com.badlogicgames.gdx/gdx-backend-android "1.4.1"] + [com.badlogicgames.gdx/gdx-box2d "1.4.1"] + [com.badlogicgames.gdx/gdx-bullet "1.4.1"] [neko/neko "3.0.2"] [org.clojure-android/clojure "1.6.0-RC1" :use-resources true] [play-clj "0.4.0"]] diff --git a/template/src/leiningen/new/play_clj/desktop-project.clj b/template/src/leiningen/new/play_clj/desktop-project.clj index 7d81e34..84383be 100644 --- a/template/src/leiningen/new/play_clj/desktop-project.clj +++ b/template/src/leiningen/new/play_clj/desktop-project.clj @@ -1,15 +1,15 @@ (defproject {{app-name}} "0.0.1-SNAPSHOT" :description "FIXME: write description" - :dependencies [[com.badlogicgames.gdx/gdx "1.3.1"] - [com.badlogicgames.gdx/gdx-backend-lwjgl "1.3.1"] - [com.badlogicgames.gdx/gdx-box2d "1.3.1"] - [com.badlogicgames.gdx/gdx-box2d-platform "1.3.1" + :dependencies [[com.badlogicgames.gdx/gdx "1.4.1"] + [com.badlogicgames.gdx/gdx-backend-lwjgl "1.4.1"] + [com.badlogicgames.gdx/gdx-box2d "1.4.1"] + [com.badlogicgames.gdx/gdx-box2d-platform "1.4.1" :classifier "natives-desktop"] - [com.badlogicgames.gdx/gdx-bullet "1.3.1"] - [com.badlogicgames.gdx/gdx-bullet-platform "1.3.1" + [com.badlogicgames.gdx/gdx-bullet "1.4.1"] + [com.badlogicgames.gdx/gdx-bullet-platform "1.4.1" :classifier "natives-desktop"] - [com.badlogicgames.gdx/gdx-platform "1.3.1" + [com.badlogicgames.gdx/gdx-platform "1.4.1" :classifier "natives-desktop"] [org.clojure/clojure "1.6.0"] [play-clj "0.4.0"]] diff --git a/template/src/leiningen/new/play_clj/ios-project.clj b/template/src/leiningen/new/play_clj/ios-project.clj index 00efdb6..0e2df68 100644 --- a/template/src/leiningen/new/play_clj/ios-project.clj +++ b/template/src/leiningen/new/play_clj/ios-project.clj @@ -1,9 +1,9 @@ (defproject {{app-name}} "0.0.1-SNAPSHOT" :description "FIXME: write description" - :dependencies [[com.badlogicgames.gdx/gdx "1.3.1"] - [com.badlogicgames.gdx/gdx-backend-robovm "1.3.1"] - [com.badlogicgames.gdx/gdx-box2d "1.3.1"] - [com.badlogicgames.gdx/gdx-bullet "1.3.1"] + :dependencies [[com.badlogicgames.gdx/gdx "1.4.1"] + [com.badlogicgames.gdx/gdx-backend-robovm "1.4.1"] + [com.badlogicgames.gdx/gdx-box2d "1.4.1"] + [com.badlogicgames.gdx/gdx-bullet "1.4.1"] [org.clojure/clojure "1.6.0"] [play-clj "0.4.0"]] :source-paths ["src/clojure" "../desktop/src-common"]