Updated Gradle plugin, along with all the library dependencies. Palette will be 6-8 times faster and bugs and other stuff were fixed in RecyclerView and the support library. Tint lists are also supported by DrawableCompat now.
This commit is contained in:
parent
a78ca26b05
commit
8a907db631
2 changed files with 21 additions and 22 deletions
|
|
@ -1,14 +1,9 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.1.0'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
classpath 'com.android.tools.build:gradle:1.2.0-rc1'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue