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 {
|
defaultConfig {
|
||||||
applicationId "info.nerull7.mysqlbrowser"
|
applicationId "info.nerull7.mysqlbrowser"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 'L'
|
targetSdkVersion 19
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue