Przeglądaj źródła

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 lat temu
rodzic
commit
2932ab506f
1 zmienionych plików z 1 dodań i 0 usunięć
  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'