Skip to content

Commit 45ec092

Browse files
authored
Use executorch-android 0.7.0 (#46)
0.6.0 -> 0.7.0
1 parent b6ada3d commit 45ec092

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