Fix package name of Android color blob detection sample

This commit is contained in:
Andrey Kamaev 2012-08-31 14:23:52 +04:00
parent bd12f636c8
commit fc93518449

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.example.colorblobdetect"
package="org.opencv.samples.colorblobdetect"
android:versionCode="21"
android:versionName="2.1">