Update support libs and build tools to v26

This commit is contained in:
Eugene Cheung 2017-07-24 20:35:00 -04:00
commit 4951997676
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
4 changed files with 12 additions and 9 deletions

View file

@ -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 {