We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba4633 commit e98dcffCopy full SHA for e98dcff
android/build.gradle
@@ -21,7 +21,7 @@ android {
21
buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
22
23
defaultConfig {
24
- minSdkVersion 16
+ minSdkVersion 21
25
targetSdkVersion rootProject.hasProperty('targetSdkVersion') ? rootProject.targetSdkVersion : DEFAULT_TARGET_SDK_VERSION
26
versionCode 1
27
versionName "1.0"
0 commit comments