Fix minSdkVersion for demo app

This commit is contained in:
Oliver Woodman 2014-07-07 14:41:45 +01:00
parent e4ae7e08db
commit b398c594fa

View File

@ -18,7 +18,7 @@ android {
buildToolsVersion "19.1" buildToolsVersion "19.1"
defaultConfig { defaultConfig {
minSdkVersion 9 minSdkVersion 16
targetSdkVersion 19 targetSdkVersion 19
} }
buildTypes { buildTypes {