Commit 6a6fc911 authored by Chris Scott's avatar Chris Scott

Update build.gradle

lower minSdk to 14
parent aff62b9e
...@@ -4,7 +4,7 @@ android { ...@@ -4,7 +4,7 @@ android {
buildToolsVersion "22.0.1" buildToolsVersion "22.0.1"
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 14
targetSdkVersion 22 targetSdkVersion 22
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
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 to comment