Skip to content

Commit 0bfb510

Browse files
authored
Update gradle deps (#22)
1 parent b003ac8 commit 0bfb510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dl3/android/DeepLabV3Demo/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
dependencies {
4545
implementation("androidx.appcompat:appcompat:1.7.0")
4646
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
47-
implementation("org.pytorch:executorch-android:0.6.0-rc3")
47+
implementation("org.pytorch:executorch-android:0.6.0")
4848
testImplementation("junit:junit:4.13.2")
4949
androidTestImplementation("androidx.test.ext:junit:1.1.5")
5050
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

0 commit comments

Comments
 (0)