Skip to content

Commit

Permalink
fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
WSAyan committed Aug 1, 2020
1 parent d82e3f7 commit dd41a84
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions simpleemoji/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.wsayan.simple_emoji">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/SimpleEmojitheme">
</application>

</manifest>
<manifest package="com.wsayan.simple_emoji" />

0 comments on commit dd41a84

Please sign in to comment.