clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
645 stars 56 forks source link

remove "--debug-mode" from "aapt package" unless dev-build #48

Closed ayamada closed 11 years ago

ayamada commented 11 years ago

aapt --help say,

   --debug-mode
       inserts android:debuggable="true" in to the application node of the
       manifest, making the application debuggable even on production devices.

So do aapt package without --debug-mode when release.

alexander-yakushev commented 11 years ago

You are so vigilant, Atsuo! Take my sincere gratitude.

ayamada commented 11 years ago

Thank you, Alexander!