Skip to content

Commit 76e5de4

Browse files
committed
fix build (except linter)
1 parent 1fda0e3 commit 76e5de4

File tree

138 files changed

+1
-1
lines changed

Some content is hidden

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

138 files changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ println "OpenCV: " + project.buildscript.sourceFile
9696

9797
android {
9898
compileSdkVersion 27
99-
//buildToolsVersion "27.0.3" // not needed since com.android.tools.build:gradle:3.0.0
99+
buildToolsVersion "27.0.3" // not needed since com.android.tools.build:gradle:3.0.0
100100

101101
defaultConfig {
102102
minSdkVersion 14
File renamed without changes.

library/src/main/src/org/opencv/android/AsyncServiceHelper.java renamed to library/java/src/org/opencv/android/AsyncServiceHelper.java

File renamed without changes.

library/src/main/src/org/opencv/android/BaseLoaderCallback.java renamed to library/java/src/org/opencv/android/BaseLoaderCallback.java

File renamed without changes.

library/src/main/src/org/opencv/android/Camera2Renderer.java renamed to library/java/src/org/opencv/android/Camera2Renderer.java

File renamed without changes.

0 commit comments

Comments
 (0)