2025-04-13 23:31:16 +05:30
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
2025-04-13 23:03:34 +05:30
|
|
|
|
|
|
|
<application
|
|
|
|
android:label="AnimeKai"
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
2025-04-14 13:40:36 +05:30
|
|
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
|
2025-04-13 23:31:16 +05:30
|
|
|
tools:replace="android:label">
|
2025-04-14 13:40:36 +05:30
|
|
|
|
|
|
|
<!-- Add other components, permissions, or metadata here if needed -->
|
2025-04-13 23:31:16 +05:30
|
|
|
|
2025-04-13 23:03:34 +05:30
|
|
|
</application>
|
|
|
|
</manifest>
|