Skip to content

Commit 4748dfd

Browse files
authored
Turn off Orbbec SDK on MacOS (#92)
1 parent 998103a commit 4748dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opencv

publish.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publishing {
1313
}
1414
}
1515

16-
def pubVersion = "${project.ext.version}-1"
16+
def pubVersion = "${project.ext.version}-2"
1717

1818
def outputsFolder = file("$project.buildDir/outputs")
1919

0 commit comments

Comments
 (0)