We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f613d94 commit c0bdebfCopy full SHA for c0bdebf
android/build.gradle
@@ -25,6 +25,9 @@ android {
25
26
defaultConfig {
27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
28
+ // NOTE(jeffmikels): When targetSdkVersion or minSdkVersion is not set or < 4, gradle adds
29
+ // additional scary permissions such as WRITE_EXTERNAL_STORAGE and READ_PHONE_STATE.
30
+ minSdkVersion 16
31
}
32
lintOptions {
33
disable 'InvalidPackage'
0 commit comments