summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorEdward Cross <edward.k.cross@gmail.com>2018-05-04 17:36:19 +0200
committerEdward Cross <edward.k.cross@gmail.com>2018-07-18 10:57:24 +0200
commita77601a96c9dc0f7489e87a6ab0bb2499b8a9461 (patch)
treea15c9cf7b541b090a56e8ce69a0d805346bc679b /build.gradle
parent5dade749cf87d5e048143717bb79d06fe9a0dbf6 (diff)
downloadandroid_packages_apps_Trebuchet-a77601a96c9dc0f7489e87a6ab0bb2499b8a9461.tar.gz
android_packages_apps_Trebuchet-a77601a96c9dc0f7489e87a6ab0bb2499b8a9461.tar.bz2
android_packages_apps_Trebuchet-a77601a96c9dc0f7489e87a6ab0bb2499b8a9461.zip
Launcher3: Google Feed integration
If Google Search is installed, the Google Feed can be found at the -1 screen (which is the very left). This feature is enabled by default. Change-Id: I495196818699fd378cd60e6dd61b07a0ab951762
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 e918ad118..38557aa40 100644
--- a/build.gradle
+++ b/build.gradle
@@ -103,6 +103,8 @@ repositories {
final String SUPPORT_LIBS_VERSION = '27.1.1'
dependencies {
+ implementation fileTree(dir: 'libs', include: ['libGoogleFeed.jar'])
+
implementation "com.android.support:appcompat-v7:${SUPPORT_LIBS_VERSION}"
implementation "com.android.support:design:${SUPPORT_LIBS_VERSION}"
implementation "com.android.support:palette-v7:${SUPPORT_LIBS_VERSION}"