Fix package name of Android color blob detection sample
This commit is contained in:
parent
bd12f636c8
commit
fc93518449
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.opencv.example.colorblobdetect"
|
package="org.opencv.samples.colorblobdetect"
|
||||||
android:versionCode="21"
|
android:versionCode="21"
|
||||||
android:versionName="2.1">
|
android:versionName="2.1">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user