I\'ve just noticed that my app has new permission requests that I have not explicitly declared in my AndroidManifest.xml. I didn\'t see these declared in any of the manifest
There is an issue within the Android Gradle plugin version 1.0.0-rc1 that may be causing the behavior to happen: https://code.google.com/p/android/issues/detail?id=81017
Version 1.0.0 has a fix for this.
Crashlytics only requires the INTERNET permission to send crash reports.