Skip to content

Commit 079e599

Browse files
committed
Remove application definition from the manifest
1 parent 86cace5 commit 079e599

File tree

1 file changed

+2
-6
lines changed
  • Leanplum-Unity-SDK/Assets/Plugins/Android/leanplum-unity-wrapper.androidlib/src/main

1 file changed

+2
-6
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.leanplum.unity" >
3-
4-
<application android:name="com.leanplum.LeanplumUnityApplication" />
5-
6-
</manifest>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest package="com.leanplum.unity" />

0 commit comments

Comments
 (0)