Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
2932ab506f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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'