Skip to content

Commit 494e7de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module_main/src/main/module/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android:label="@string/app_main"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
12-
<activity android:name=".main.MainActivity">
12+
<activity android:name="com.guiying.module.main.MainActivity">
1313
<intent-filter>
1414
<action android:name="android.intent.action.MAIN" />
1515

0 commit comments

Comments
 (0)