Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
67b25288
Unverified
Commit
67b25288
authored
Feb 23, 2021
by
Ivan Kobzarev
Committed by
GitHub
Feb 23, 2021
Browse files
[android][test_app] Cleanup duplicate dependency (#3428)
Co-authored-by:
Francisco Massa
<
fvsmassa@gmail.com
>
parent
67681a76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
android/test_app/app/build.gradle
android/test_app/app/build.gradle
+0
-4
No files found.
android/test_app/app/build.gradle
View file @
67b25288
...
@@ -69,9 +69,6 @@ android {
...
@@ -69,9 +69,6 @@ android {
aar
{
aar
{
dimension
"build"
dimension
"build"
}
}
nightly
{
dimension
"build"
}
local
{
local
{
dimension
"build"
dimension
"build"
}
}
...
@@ -106,7 +103,6 @@ dependencies {
...
@@ -106,7 +103,6 @@ dependencies {
implementation
'org.pytorch:pytorch_android:1.8.0-SNAPSHOT'
implementation
'org.pytorch:pytorch_android:1.8.0-SNAPSHOT'
implementation
'org.pytorch:pytorch_android_torchvision: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-release'
,
ext:
'aar'
)
aarImplementation
(
name:
'pytorch_android_torchvision-release'
,
ext:
'aar'
)
aarImplementation
(
name:
'pytorch_android_torchvision-release'
,
ext:
'aar'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment