From 8cb73a3733512984943e00dd9afc533bfa8f6cb6 Mon Sep 17 00:00:00 2001 From: Gray Mackall Date: Tue, 13 Feb 2024 13:07:52 -0800 Subject: [PATCH] depend on the android_embedding_dependencies --- shell/platform/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/android/build.gradle b/shell/platform/android/build.gradle index bb21f9b01bbb3..fe7fa18b11aaf 100644 --- a/shell/platform/android/build.gradle +++ b/shell/platform/android/build.gradle @@ -32,5 +32,5 @@ android { } dependencies { - implementation 'androidx.annotation:annotation-jvm:1.7.1' + implementation fileTree(include: ["*.jar"], dir: "../../../../third_party/android_embedding_dependencies/lib/") }