Skip to content

Commit

Permalink
HiltTestActivity.kt 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Jun 6, 2024
1 parent c1e9527 commit 234d17a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
16 changes: 1 addition & 15 deletions core/testing/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
>
<application>
<activity
android:name=".HiltTestActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
<manifest/>

This file was deleted.

0 comments on commit 234d17a

Please sign in to comment.