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
|
<application
|
||||||
android:label="AnimeKai"
|
android:label="AnimeKai"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
|
||||||
|
tools:replace="android:label">
|
||||||
<!-- Add any additional components if needed -->
|
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue