Update support libs and build tools to v26
This commit is contained in:
parent
41b81ce14c
commit
4951997676
4 changed files with 12 additions and 9 deletions
|
|
@ -29,16 +29,16 @@ def gitBranch() {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.3'
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '26.0.1'
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 26
|
||||
|
||||
renderscriptTargetApi 25
|
||||
renderscriptTargetApi 26
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId 'com.kabouzeid.gramophone'
|
||||
|
|
@ -70,7 +70,7 @@ android {
|
|||
}
|
||||
|
||||
ext {
|
||||
supportLibVersion = '25.4.0'
|
||||
supportLibVersion = '26.0.1'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue