Skip to content

Commit 2f43b6d

Browse files
authored
Update AndroidManifest.xml
1 parent d3129c5 commit 2f43b6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

module_main/src/main/module/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.guiying.module">
3+
package="com.guiying.module.main">
44

55
<application
66
android:name="debug.MainApplication"
@@ -18,4 +18,4 @@
1818
</activity>
1919
</application>
2020

21-
</manifest>
21+
</manifest>

0 commit comments

Comments
 (0)