ソースを参照

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'