Skip to content

Commit

Permalink
Update the build.gradle file (#37)
Browse files Browse the repository at this point in the history
Change the minsdk to 16 as per react-native
  • Loading branch information
harisvsulaiman authored and Akshay Bhalotia committed Aug 29, 2017
1 parent 4726b8b commit 3b8117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
buildToolsVersion "24.0.0"

defaultConfig {
minSdkVersion 11
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 3b8117e

Please sign in to comment.