blob: f7919a92f92184c99d256ca56de485cb30a0b763 [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dagger.hilt.android.example.gradle.simple.feature">
<application>
<activity
android:name=".FeatureActivity"
android:theme="@style/Theme.AppCompat.Light"
android:exported="true"/>
</application>
</manifest>