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/") }