Fix build settings
changed targetSdkVersion 'L' to 19
This commit is contained in:
parent
b928ca6fc6
commit
a9d877784f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "info.nerull7.mysqlbrowser"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 'L'
|
||||
targetSdkVersion 19
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue