Update AndroidManifest.xml

This commit is contained in:
Arkai1 2025-04-14 13:40:36 +05:30 committed by GitHub
parent 10c28c4014
commit c445785ad0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,10 @@
<application
android:label="AnimeKai"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
tools:replace="android:label">
<!-- Add other components, permissions, or metadata here if needed -->
</application>
</manifest>