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:
Aidan Follestad 2015-04-21 17:09:15 -05:00
commit 8a907db631
2 changed files with 21 additions and 22 deletions

View file

@ -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'
}
}