Skip to content

Commit 4018825

Browse files
committed
bump
1 parent c0504e2 commit 4018825

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/demo-apps/android/LlamaDemo/app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ plugins {
1313

1414
val qnnVersion: String? = project.findProperty("qnnVersion") as? String
1515

16-
1716
android {
1817
namespace = "com.example.executorchllamademo"
1918
compileSdk = 34

examples/demo-apps/android/LlamaDemo/docs/delegates/qualcomm_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This is running the shell script which configures the required core ExecuTorch,
213213
Note: If you are building the Android app mentioned in the next section on a separate machine (i.e. MacOS but building and exporting for QNN backend on Linux), make sure you copy the aar file generated from setup-with-qnn script to "examples/demo-apps/android/LlamaDemo/app/libs" before building the Android app.
214214

215215
6. Set up the correct QNN version in gradle rule
216-
Currently, the gralde rule searches for the property `qnnVersion`. When this variable is defined, it will add QNN runtime library to the dependency. To use it, append the string `qnnVersion=<version>` (ex. `qnnVersion=2.28.0`) to the end of the `gradle.properties` file.
216+
Currently, the gralde rule searches for the property `qnnVersion`. When this variable is defined, it will add QNN runtime library to the dependency. To use it, append the string `qnnVersion=<version>` (ex. `qnnVersion=2.37.0`) to the end of the `gradle.properties` file.
217217

218218
## Run the Android Demo App
219219

0 commit comments

Comments
 (0)