Skip to content

Commit e1197af

Browse files
authored
Update executorch maven in getting-started.md
1 parent 1432243 commit e1197af

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
@@ -123,7 +123,7 @@ To add the library to your app, add the following dependency to gradle build rul
123123
```
124124
# app/build.gradle.kts
125125
dependencies {
126-
implementation("org.pytorch:executorch-android:0.5.1")
126+
implementation("org.pytorch:executorch-android:0.6.0")
127127
}
128128
129129
# See latest available versions in https://mvnrepository.com/artifact/org.pytorch/executorch-android

0 commit comments

Comments
 (0)