Skip to content

Commit 5cf3a1f

Browse files
authored
[Android] Update ET pin
Let's use 0.6.0-rc3!
1 parent 2a9b550 commit 5cf3a1f

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.5.1")
47+
implementation("org.pytorch:executorch-android:0.6.0-rc3")
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)