Skip to content

Commit 4424171

Browse files
Cleanup duplicate dependency (#3428)
Summary: Co-authored-by: Francisco Massa <[email protected]> Reviewed By: fmassa Differential Revision: D26756265 fbshipit-source-id: 7864539dcbc53ecf4379d8ba6b66bc8554c0479f
1 parent d98711d commit 4424171

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)