Fix build.gradle for plugins and core-sample app
This commit is contained in:
parent
49c3e495e8
commit
fa3917510c
5 changed files with 10 additions and 10 deletions
|
@ -9,8 +9,8 @@ android {
|
|||
}
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 27
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
|
|
|
@ -20,8 +20,8 @@ android {
|
|||
}
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 21
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 27
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
|
@ -21,8 +21,8 @@ android {
|
|||
}
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 23
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 27
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
|
@ -21,8 +21,8 @@ android {
|
|||
}
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 21
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 27
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
|
@ -21,8 +21,8 @@ android {
|
|||
}
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 21
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 27
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
Loading…
Reference in a new issue