feat(chat-character): 신규 캐릭터 전체보기 화면 및 API 연동 추가

This commit is contained in:
2025-09-12 19:44:32 +09:00
parent 2b892fe783
commit 05208d3031
12 changed files with 383 additions and 2 deletions

View File

@@ -191,6 +191,7 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name=".chat.character.newcharacters.NewCharactersAllActivity" />
<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"