Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Oct 23, 2016
1 parent cc9bdbc commit 1e0f8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion sample/project.clj
Expand Up @@ -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"]
Expand Down

0 comments on commit 1e0f8d5

Please sign in to comment.