Skip to content

Commit a0440d5

Browse files
committed
Remove theme tag from AndroidManifest.
1 parent 48b5253 commit a0440d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

library/src/main/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
~ SOFTWARE.
2323
-->
2424

25-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
26-
package="io.karn.sentry">
25+
<manifest package="io.karn.sentry">
2726

28-
<application android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
27+
<application />
2928
</manifest>

0 commit comments

Comments
 (0)