mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
android: add application subclass for Hilt
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
8f4d270c87
commit
29da808a76
2 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
android:label="Claw"
|
||||
android:allowBackup="false"
|
||||
android:supportsRtl="true"
|
||||
android:name=".ClawApplication"
|
||||
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
|
||||
>
|
||||
<activity android:name=".MainActivity">
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
package dev.msfjarvis.claw.android
|
||||
|
||||
import android.app.Application
|
||||
import dagger.hilt.android.HiltAndroidApp
|
||||
|
||||
@HiltAndroidApp class ClawApplication : Application()
|
Loading…
Add table
Add a link
Reference in a new issue