Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryT9 committed Nov 21, 2024
1 parent 551f50b commit 27a3f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/llama.android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion android/llama.android/app-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 27a3f40

Please sign in to comment.