Update AndroidManifest.xml
This commit is contained in:
parent
14aa733f13
commit
e42573117e
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue