Skip to content

Commit

Permalink
fix : 파일 분리 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed Apr 13, 2023
1 parent c2639b8 commit f2a8a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
android:theme="@style/Theme.GOSOPTAndroid"
tools:targetApi="31">
<activity
android:name=".signup.SignUpActivity"
android:name=".presentation.signup.SignUpActivity"
android:exported="false"
android:screenOrientation="portrait"/>
<activity
android:name=".login.LoginActivity"
android:name=".presentation.login.LoginActivity"
android:exported="true"
android:screenOrientation="portrait"
>
Expand All @@ -27,7 +27,7 @@
</intent-filter>
</activity>
<activity
android:name=".main.MainActivity"
android:name=".presentation.main.MainActivity"
android:exported="false"
android:screenOrientation="portrait"/>
</application>
Expand Down

0 comments on commit f2a8a64

Please sign in to comment.