Skip to content

Commit e98dcff

Browse files
authored
Update build.gradle
1 parent 0ba4633 commit e98dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
2222

2323
defaultConfig {
24-
minSdkVersion 16
24+
minSdkVersion 21
2525
targetSdkVersion rootProject.hasProperty('targetSdkVersion') ? rootProject.targetSdkVersion : DEFAULT_TARGET_SDK_VERSION
2626
versionCode 1
2727
versionName "1.0"

0 commit comments

Comments
 (0)