Commit 5979d65f authored by Nguyeng Hoang Giang's avatar Nguyeng Hoang Giang

Update build.gradle

parent 0033e091
......@@ -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'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment