Browse Source

Update AndroidManifest.xml

张华洋 7 years ago
parent
commit
2f43b6d8f4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      module_main/src/main/module/AndroidManifest.xml

+ 2 - 2
module_main/src/main/module/AndroidManifest.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="com.guiying.module">
+    package="com.guiying.module.main">
 
     <application
         android:name="debug.MainApplication"
@@ -18,4 +18,4 @@
         </activity>
     </application>
 
-</manifest>
+</manifest>