We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871f17a commit d131849Copy full SHA for d131849
android/build.gradle
@@ -29,7 +29,7 @@ android {
29
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
30
buildToolsVersion getExtOrDefault('buildToolsVersion')
31
defaultConfig {
32
- minSdkVersion 16
+ minSdkVersion 21
33
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
34
versionCode 1
35
versionName "1.0"
0 commit comments