소스 검색

Add default minSdkVersion

This avoids some not needed permissions to be automatically included by Gradle during the Manifest merge phase.
It should be harmless otherwise, considering the Flutter's minSdkVersion is 16 anyways.
Stefano Rodriguez 7 년 전
부모
커밋
2932ab506f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      android/build.gradle

+ 1 - 0
android/build.gradle

@@ -26,6 +26,7 @@ android {
 
     defaultConfig {
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+        minSdkVersion 16
     }
     lintOptions {
         disable 'InvalidPackage'