Skip to content

Commit 6895a18

Browse files
authored
Changing the referenced AAR so that it uses the AAR from the docs (#1390)
1 parent b809b69 commit 6895a18

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ runner-et/cmake-out/*
1919
runner-aoti/cmake-out/*
2020
cmake-out/
2121

22+
# Example project Android Studio ignore
23+
torchchat/edge/android/torchchat/.idea/*
24+
25+
2226
# pte files
2327
*.pte
2428

torchchat/edge/android/torchchat/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha12")
5858
implementation("com.facebook.fbjni:fbjni:0.5.1")
5959
implementation("com.google.code.gson:gson:2.8.6")
60-
implementation(files("libs/executorch-llama.aar"))
60+
implementation(files("libs/executorch.aar"))
6161
implementation("com.google.android.material:material:1.12.0")
6262
implementation("androidx.activity:activity:1.9.0")
6363
testImplementation("junit:junit:4.13.2")

0 commit comments

Comments
 (0)