summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-11-02 11:04:49 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-11-02 11:23:31 -0700
commit73133391e5b67db7d057468e516327a5b942a612 (patch)
treebd69654326a92172fc3a044610c495d541615c13 /build.gradle
parent31a07c9340f08c6cf0348bfa6ff2ba03c85437c8 (diff)
downloadandroid_packages_apps_Trebuchet-73133391e5b67db7d057468e516327a5b942a612.tar.gz
android_packages_apps_Trebuchet-73133391e5b67db7d057468e516327a5b942a612.tar.bz2
android_packages_apps_Trebuchet-73133391e5b67db7d057468e516327a5b942a612.zip
Adding a placeholder recents activity
Change-Id: Idde86b4008559cde8bcf13fba90a8c72c3f1f591
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 9b0989c92..f357e5ca8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -109,6 +109,8 @@ dependencies {
compile "com.android.support:recyclerview-v7:${SUPPORT_LIBS_VERSION}"
compile 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'
+ quickstepCompile fileTree(dir: "quickstep/libs", include: 'sysui_shared.jar')
+
testCompile 'junit:junit:4.12'
androidTestCompile "org.mockito:mockito-core:1.9.5"
androidTestCompile 'com.google.dexmaker:dexmaker:1.2'