mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 11:07: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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue