Skip to content

Commit a325c56

Browse files
authored
Update executorch maven version in getting-started.md (#10452)
1 parent cc73c7e commit a325c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting-started.md

+1-1
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)