Skip to content

Commit 2fb5e42

Browse files
committed
Add ComponentActivity to compose project's manifest file
This allows createComposeExtension() to work
1 parent 86410bb commit 2fb5e42

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
<manifest package="de.mannodermaus.junit5.compose"/>
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="de.mannodermaus.junit5.compose">
3+
4+
<application>
5+
<activity
6+
android:name="androidx.activity.ComponentActivity"
7+
android:exported="true" />
8+
</application>
9+
</manifest>

0 commit comments

Comments
 (0)