Skip to content

Commit d11b50f

Browse files
authored
Update getting-started.md
1 parent 15bc223 commit d11b50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To add the library to your app, add the following dependency to gradle build rul
124124
```
125125
# app/build.gradle.kts
126126
dependencies {
127-
implementation("org.pytorch:executorch-android:0.6.0")
127+
implementation("org.pytorch:executorch-android:{{ aar_version }}")
128128
}
129129
130130
# See latest available versions in https://mvnrepository.com/artifact/org.pytorch/executorch-android

0 commit comments

Comments
 (0)