Fix build settings

changed targetSdkVersion 'L' to 19
This commit is contained in:
Przemek Grondek 2014-07-24 12:11:21 +02:00
parent b928ca6fc6
commit a9d877784f

View file

@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "info.nerull7.mysqlbrowser"
minSdkVersion 15
targetSdkVersion 'L'
targetSdkVersion 19
versionCode 1
versionName "1.0"
}