summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-04-01 16:00:49 -0700
committerTony Wickham <twickham@google.com>2016-05-09 15:41:38 -0700
commit462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980 (patch)
treeb3bca05af635632cc3966094cca670baf6ef295c /build.gradle
parent34a2d31f3208c64f6ebf403f8a0cb6ea96461747 (diff)
downloadandroid_packages_apps_Trebuchet-462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980.tar.gz
android_packages_apps_Trebuchet-462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980.tar.bz2
android_packages_apps_Trebuchet-462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980.zip
Extract color for the hotseat.
- Only considers the bottom fourth of the wallpaper - Is translucent black or white depending on how dark/light the wallpaper is - Hotseat extends behind the nav bar Bug: 27230217 Change-Id: Id4ea6ee91b4dd221b4c277d22d5041cab178801d
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4df406363..3cd278df4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.5.0'
+ classpath 'com.android.tools.build:gradle:2.1.0-rc1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.7.0'
}
}