Commit b398c594 by Oliver Woodman

Fix minSdkVersion for demo app

parent e4ae7e08
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ android { ...@@ -18,7 +18,7 @@ android {
buildToolsVersion "19.1" buildToolsVersion "19.1"
defaultConfig { defaultConfig {
minSdkVersion 9 minSdkVersion 16
targetSdkVersion 19 targetSdkVersion 19
} }
buildTypes { buildTypes {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment