Skip to content

Commit

Permalink
[FIX] AndroidManifest.xml 충돌 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jung0115 authored Jun 10, 2023
1 parent 70d904a commit 857d7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<activity
android:name=".home.StarActivity"
android:exported="false"></activity>

<activity
android:name=".mypage.AddProfileActivity"
android:exported="false" />

Expand All @@ -41,4 +41,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 857d7cd

Please sign in to comment.