diff --git a/project.clj b/project.clj index 84ad605..0508d11 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lein-droid/lein-droid "0.4.6-SNAPSHOT" +(defproject lein-droid/lein-droid "0.4.6" :description "Plugin for easy Clojure/Android development and deployment" :url "https://github.com/clojure-android/lein-droid" :license {:name "Eclipse Public License" diff --git a/sample/project.clj b/sample/project.clj index f8a172e..8010582 100644 --- a/sample/project.clj +++ b/sample/project.clj @@ -10,7 +10,7 @@ :java-source-paths ["src/java"] :javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"] - :plugins [[lein-droid "0.4.5"]] + :plugins [[lein-droid "0.4.6"]] :dependencies [[org.clojure-android/clojure "1.7.0-RC1" :use-resources true] ;; [com.google.android.gms/play-services "7.0.0" :extension "aar"]