修改AndroidManifest.xml中的包名

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-09-26 14:42:22 +08:00
parent dd4603c584
commit aa01a90a6a
6 changed files with 19 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.eagle.core.function.hmi">
package="com.mogo.eagle.core.function.autopilot">
</manifest>