提交 1d7d22e1 编写于 作者: M Maksim Shabunin

AndroidMgr: fixed library version check

上级 33ab9ea1
......@@ -69,6 +69,9 @@ public class OpenCVEngineService extends Service {
if (diff > 0 || (diff != 0 && i == 0)) {
// requested version is greater than actual OR major version differs
return false;
} else if (diff < 0) {
// version is compatible
return true;
}
}
if (expected.length > i) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册