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

Commit

Permalink
Keep using version 18 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Sep 1, 2015
1 parent c010e8b commit bedef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/droid/new.clj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
:package-sanitized (sanitize package-name)
:path (package-to-path (sanitize package-name))
:activity (get options ":activity" "MainActivity")
:target-sdk (get options ":target-sdk" "21")
:target-sdk (get options ":target-sdk" "18")
:min-sdk (get options ":min-sdk" "15")
:app-name (get options ":app-name" project-name)
:library (get options ":library" false)
Expand Down

0 comments on commit bedef75

Please sign in to comment.