Added support Android namespace in #145.
Breaking Changes
AndroidProject.getPackageName()
is now async and returns a Promise
resolving with the namespace
field in app/build.gradle
or with the legacy package
attribute in the AndroidManifest.xml
file (per #143)