summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-01-07 18:16:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-01-07 18:16:10 +0000
commit5eae549e6dbc8ad7ad4a8dbc935dbaf78f6f8f52 (patch)
tree9cee69e7ca716a88254991fc18865721057c573f /build.gradle
parent088080ed9b183ef75ae1ed66ba4abcf7d1a7eba7 (diff)
parent34380b4059f34b7ceccc17cbd76f9c4f9ac96347 (diff)
downloadandroid_packages_apps_Trebuchet-5eae549e6dbc8ad7ad4a8dbc935dbaf78f6f8f52.tar.gz
android_packages_apps_Trebuchet-5eae549e6dbc8ad7ad4a8dbc935dbaf78f6f8f52.tar.bz2
android_packages_apps_Trebuchet-5eae549e6dbc8ad7ad4a8dbc935dbaf78f6f8f52.zip
Merge "Fix Launcher3 gradle file for launcher protos dep" into ub-launcher3-master
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 c1f373e35..796f59e74 100644
--- a/build.gradle
+++ b/build.gradle
@@ -121,8 +121,8 @@ dependencies {
implementation "androidx.dynamicanimation:dynamicanimation:${ANDROID_X_VERSION}"
implementation "androidx.recyclerview:recyclerview:${ANDROID_X_VERSION}"
implementation "androidx.preference:preference:${ANDROID_X_VERSION}"
- implementation PROTOBUF_DEPENDENCY
implementation project(':IconLoader')
+ implementation fileTree(dir: "libs", include: 'launcher_protos.jar')
// This is already included in sysui_shared
aospImplementation fileTree(dir: "libs", include: 'plugin_core.jar')