Skip to content

Commit

Permalink
Prepare 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Nov 13, 2013
1 parent 7cabf94 commit 8d5341a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
@@ -1,12 +1,11 @@
(defproject neko "3.0.0-preview4"
(defproject neko "3.0.0"
:description "Neko is a toolkit designed to make Android development using Clojure easier and more fun."
:url "https://github.com/alexander-yakushev/neko"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure-android/clojure "1.5.1-jb"]]
:source-paths ["src" "src/clojure"]
:java-source-paths ["src/java" "gen"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]

:android {:library true
:target-sdk :ics})

0 comments on commit 8d5341a

Please sign in to comment.