Skip to content

Commit 67b2528

Browse files
IvanKobzarevfmassa
andauthored
[android][test_app] Cleanup duplicate dependency (#3428)
Co-authored-by: Francisco Massa <[email protected]>
1 parent 67681a7 commit 67b2528

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

android/test_app/app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ android {
6969
aar {
7070
dimension "build"
7171
}
72-
nightly {
73-
dimension "build"
74-
}
7572
local {
7673
dimension "build"
7774
}
@@ -106,7 +103,6 @@ dependencies {
106103

107104
implementation 'org.pytorch:pytorch_android:1.8.0-SNAPSHOT'
108105
implementation 'org.pytorch:pytorch_android_torchvision:1.8.0-SNAPSHOT'
109-
implementation 'org.pytorch:torchvision_ops:0.0.1-SNAPSHOT'
110106

111107
aarImplementation(name: 'pytorch_android-release', ext: 'aar')
112108
aarImplementation(name: 'pytorch_android_torchvision-release', ext: 'aar')

0 commit comments

Comments
 (0)