Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defproject google-play-services_lib/google-play-services_lib "7.5.74-034"
- ; 7.5.74-034 is the version on my phone.
- ; 7.5.71-000 is the actual version I have from the SDK.
- ; There doesn't seem to be any way of getting
- ; another version. lein doesn't really seem to
- ; care what this number is.
- :description "FIXME: Android library description"
- :url "http://example.com/FIXME"
- :license {:name "Eclipse Public License"
- :url "http://www.eclipse.org/legal/epl-v10.html"}
- :min-lein-version "2.0.0"
- :source-paths ["src/clojure" "src"]
- :java-source-paths ["src/java" "gen"]
- :javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]
- :java-only true
- :profiles {:default [:release]
- :release [:android-common]}
- :android {:target-version "17"
- :library true
- :support-libraries ["v4"]
- :dependencies [[com.google.android/support-v4 "r6"]]
- }
- )
Advertisement
Add Comment
Please, Sign In to add comment