Skip to content

Commit

Permalink
ISSUE-317: supress junit compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Areyana committed Dec 17, 2023
1 parent a1e6143 commit 2feee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaspresso/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>

<uses-sdk tools:overrideLibrary="io.github.kakaocup.compose"/>
<uses-sdk tools:overrideLibrary="io.github.kakaocup.compose, androidx.compose.ui.test.junit4"/>

</manifest>

0 comments on commit 2feee7d

Please sign in to comment.