Create AndroidManifest.xml
This commit is contained in:
parent
7748037fc6
commit
7ed621fd4d
1 changed files with 12 additions and 0 deletions
12
src/en/animekai/AndroidManifest.xml
Normal file
12
src/en/animekai/AndroidManifest.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue