Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
Java_fleet_detection
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyeng Hoang Giang
Java_fleet_detection
Commits
5979d65f
Commit
5979d65f
authored
Mar 17, 2022
by
Nguyeng Hoang Giang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build.gradle
parent
0033e091
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
build.gradle
build.gradle
+0
-4
No files found.
build.gradle
View file @
5979d65f
...
...
@@ -21,15 +21,11 @@ dependencies {
implementation
(
'org.bytedeco:opencv:4.3.0-1.5.3:android-x86_64'
)
implementation
(
'org.bytedeco:openblas:0.3.13-1.5.5:android-x86'
)
implementation
(
'org.bytedeco:openblas:0.3.9-1.5.3:android-x86_64'
)
implementation
(
group:
'org.apache.commons'
,
name:
'commons-collections4'
,
version:
'4.0'
)
implementation
(
group
:
'org.bytedeco'
,
name:
'javacv-platform'
,
version:
'1.5.5'
){
exclude
group:
'org.bytedeco.javacpp-presets'
}
implementation
(
'org.apache.commons:commons-lang3:3.12.0'
)
implementation
(
'com.github.sh0nk:matplotlib4j:0.5.0'
)
testImplementation
'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly
'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}
...
...
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