From 27a3f4060932fccd421db3adbe64a7b57c9998a3 Mon Sep 17 00:00:00 2001 From: Te993 <3923106166@qq.com> Date: Thu, 21 Nov 2024 11:12:53 +0800 Subject: [PATCH] update readme --- android/llama.android/README.md | 2 +- android/llama.android/app-java/build.gradle | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/llama.android/README.md b/android/llama.android/README.md index 7d4154a7..aa91234c 100644 --- a/android/llama.android/README.md +++ b/android/llama.android/README.md @@ -12,7 +12,7 @@ To add Nexa to your Android project, follow these steps: - Add dependency to your build.gradle file: ``` -implementation(file("libs/com.nexa.arr")) +implementation files("libs/com.nexa.aar") ``` ## Usage diff --git a/android/llama.android/app-java/build.gradle b/android/llama.android/app-java/build.gradle index a46806b7..2729f317 100644 --- a/android/llama.android/app-java/build.gradle +++ b/android/llama.android/app-java/build.gradle @@ -47,5 +47,6 @@ dependencies { implementation 'com.github.bumptech.glide:glide:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' - implementation project(":llama") + implementation project(":llama") + // implementation files("libs/com.nexa.aar") } \ No newline at end of file