Skip to content

Commit 64c4f08

Browse files
authored
Merge pull request #35 from PlayerData/bump-minSdkVersion
fix(android): bump minSdkVersion from 16 to 21
2 parents 948994e + 58956f5 commit 64c4f08

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
@@ -29,7 +29,7 @@ android {
2929
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
3030
buildToolsVersion getExtOrDefault('buildToolsVersion')
3131
defaultConfig {
32-
minSdkVersion 16
32+
minSdkVersion 21
3333
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
3434
versionCode 1
3535
versionName "1.0"

0 commit comments

Comments
 (0)