Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compose test #11

Merged
merged 13 commits into from
Oct 8, 2024
Prev Previous commit
Next Next commit
add android test manifest
ndiritumichael committed Oct 7, 2024
commit 3105b7f359524c70ef7cb75207a256f5bd457663
5 changes: 5 additions & 0 deletions feature/repository/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
</manifest>