Create AndroidManifest.xml

This commit is contained in:
Arkai1 2025-04-13 23:03:34 +05:30 committed by GitHub
parent 7748037fc6
commit 7ed621fd4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.kanade.tachiyomi.animeextension.en.animekai">
<application
android:label="AnimeKai"
android:icon="@mipmap/ic_launcher"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
<!-- Add any additional components if needed -->
</application>
</manifest>