Update AndroidManifest.xml

This commit is contained in:
Arkai1 2025-04-13 23:31:16 +05:30 committed by GitHub
parent 14aa733f13
commit e42573117e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:label="AnimeKai"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
<!-- Add any additional components if needed -->
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
tools:replace="android:label">
</application>
</manifest>