Skip to content

Commit cfc8751

Browse files
Upgrade minSdkVersion to 16
to be consistent with react-native minSdkVersion
1 parent bdbe6fd commit cfc8751

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
@@ -6,7 +6,7 @@ android {
66
buildToolsVersion "24.0.2"
77

88
defaultConfig {
9-
minSdkVersion 10
9+
minSdkVersion 16
1010
targetSdkVersion 24
1111
versionCode 1
1212
versionName "1.0"

0 commit comments

Comments
 (0)