Skip to content

Commit

Permalink
Changing the referenced AAR so that it uses the AAR from the docs (py…
Browse files Browse the repository at this point in the history
  • Loading branch information
infil00p authored Nov 23, 2024
1 parent b809b69 commit 6895a18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ runner-et/cmake-out/*
runner-aoti/cmake-out/*
cmake-out/

# Example project Android Studio ignore
torchchat/edge/android/torchchat/.idea/*


# pte files
*.pte

Expand Down
2 changes: 1 addition & 1 deletion torchchat/edge/android/torchchat/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha12")
implementation("com.facebook.fbjni:fbjni:0.5.1")
implementation("com.google.code.gson:gson:2.8.6")
implementation(files("libs/executorch-llama.aar"))
implementation(files("libs/executorch.aar"))
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.activity:activity:1.9.0")
testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit 6895a18

Please sign in to comment.