Update HoloColorPicker to use build tools 20.0.0
This commit is contained in:
parent
a2a9e751e4
commit
87a9126107
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
|
|||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '19.1.0'
|
||||
buildToolsVersion '20.0.0'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
|
Loading…
Reference in a new issue