Skip to content

Commit

Permalink
[android][test_app] Cleanup duplicate dependency (#3428)
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Massa <fvsmassa@gmail.com>
  • Loading branch information
IvanKobzarev and fmassa committed Feb 23, 2021
1 parent 67681a7 commit 67b2528
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/test_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ android {
aar {
dimension "build"
}
nightly {
dimension "build"
}
local {
dimension "build"
}
Expand Down Expand Up @@ -106,7 +103,6 @@ dependencies {

implementation 'org.pytorch:pytorch_android:1.8.0-SNAPSHOT'
implementation 'org.pytorch:pytorch_android_torchvision:1.8.0-SNAPSHOT'
implementation 'org.pytorch:torchvision_ops:0.0.1-SNAPSHOT'

aarImplementation(name: 'pytorch_android-release', ext: 'aar')
aarImplementation(name: 'pytorch_android_torchvision-release', ext: 'aar')
Expand Down

0 comments on commit 67b2528

Please sign in to comment.