revert to sdk 19 for gradle builds too (though they're just for

debugging at this point)
This commit is contained in:
Eric House 2016-03-13 12:42:31 -07:00
parent 0338bedf38
commit b07a783fe1

View file

@ -19,7 +19,7 @@ android {
buildToolsVersion "22.0.1" buildToolsVersion "22.0.1"
defaultConfig { defaultConfig {
minSdkVersion 7 minSdkVersion 7
targetSdkVersion 22 targetSdkVersion 19
} }
// Rename all output artifacts to include version information // Rename all output artifacts to include version information