Skip to content

Commit 10f10ae

Browse files
committed
Merge pull request #4 from pedro/remove-application-from-manifest
Remove application definition from AndroidManifest.xml
2 parents d358da7 + 4e16e3f commit 10f10ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.davidsandor.rnclipboardandroid">
3-
4-
<application android:allowBackup="true" android:label="@string/app_name"
5-
android:icon="@mipmap/ic_launcher" android:supportsRtl="true"
6-
android:theme="@style/AppTheme">
7-
8-
</application>
9-
103
</manifest>

0 commit comments

Comments
 (0)