Increase minSdk to 15, according to stats

This commit is contained in:
Dominik Schürmann 2015-01-14 18:59:18 +01:00
parent 4ad3c24126
commit 9b093c6d73

View file

@ -29,7 +29,7 @@ android {
buildToolsVersion '21.1.1'
defaultConfig {
minSdkVersion 14
minSdkVersion 15
targetSdkVersion 21
}