Skip to content

Commit 285af94

Browse files
committed
git commit -m updated
1 parent 0c77d5f commit 285af94

File tree

1,748 files changed

+1466296
-2
lines changed

Some content is hidden

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

1,748 files changed

+1466296
-2
lines changed

.idea/caches/build_file_checksums.ser

114 Bytes
Binary file not shown.

.idea/caches/gradle_models.ser

51.5 KB
Binary file not shown.

.idea/modules.xml

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

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ buildscript {
1515

1616
// NOTE: Do not place your application dependencies here; they belong
1717
// in the individual module build.gradle files
18+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
19+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
1820
}
1921
}
2022

documentscanner/build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ dependencies {
3939
// implementation project(':openCVLibrary340')
4040

4141
// opencv 3.4.1
42-
implementation 'com.quickbirdstudios:opencv:3.4.1'
42+
// implementation 'com.quickbirdstudios:opencv:3.4.1'
4343

4444
// opencv 3.4.4 with contribution packages
45-
implementation 'com.quickbirdstudios:opencv:3.4.4-contrib'
45+
// implementation 'com.quickbirdstudios:opencv:3.4.4-contrib'
46+
implementation project(':opencv3_4_4_contrib')
4647
}

0 commit comments

Comments
 (0)