Commit 7d9a2696 by Lee Jaebin

targetSdkVersion 26→28

parent 2c9e2cc3
......@@ -11,7 +11,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 26
targetSdkVersion 28
//abvEnvironments
resValue("string", "acms_address", "${acms_address}")
resValue("string", "download_server_address", "${download_server_address}")
......
......@@ -29,7 +29,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 26
targetSdkVersion 28
multiDexEnabled true
}
sourceSets {
......
......@@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 28
}
buildTypes {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment