Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

modify cv_bridge_path in AndroidManifest.xml #26

Open
wants to merge 1 commit into
base: kinetic
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cv_bridge/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cv_bridge" >
package="com.github.rosjava.android_extras.cv_bridge" >
<application
android:icon="@mipmap/ros_icon"
android:label="@string/app_name">
Expand Down