From 8c35048b875165cbd01aa37efff6ff4ec6c5dc05 Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 8 Feb 2014 21:32:06 -0500 Subject: [PATCH] Update neko and target Java 6 in Android template --- template/src/leiningen/new/play_clj/android-project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/src/leiningen/new/play_clj/android-project.clj b/template/src/leiningen/new/play_clj/android-project.clj index b39bd39..524772a 100644 --- a/template/src/leiningen/new/play_clj/android-project.clj +++ b/template/src/leiningen/new/play_clj/android-project.clj @@ -3,7 +3,7 @@ :dependencies [[com.badlogicgames.gdx/gdx "0.9.9" :use-resources true] [com.badlogicgames.gdx/gdx-backend-android "0.9.9"] - [neko/neko "3.0.0"] + [neko/neko "3.0.1"] [org.clojure-android/clojure "1.5.1-jb" :use-resources true] [play-clj "0.1.1"]] :repositories [["sonatype" @@ -34,4 +34,4 @@ :source-paths ["src/clojure" "../desktop/src-common"] :java-source-paths ["src/java" "gen"] - :javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]) + :javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"])