Skip to content

Commit 14144b4

Browse files
committed
fixes
1 parent 41b7910 commit 14144b4

File tree

393 files changed

+6
-2283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

393 files changed

+6
-2283
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/build
88
/captures
99
.externalNativeBuild
10+
openCVLibrary331/build/

.idea/modules.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/assets/person.jpg

-1.4 KB
Loading

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ allprojects {
1919
jcenter()
2020
maven { url "https://jitpack.io" }
2121

22+
maven {
23+
url 'https://maven.google.com/'
24+
name 'Google'
25+
}
2226
}
2327
}
2428

Binary file not shown.

openCVLibrary331/build/generated/source/aidl/debug/org/opencv/engine/OpenCVEngineInterface.java

-195
This file was deleted.

0 commit comments

Comments
 (0)