mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
fix(common): include android.permission.INTERNET
permission
This allows Coil-using previews from common to be deployed to devices
This commit is contained in:
parent
0c0143b186
commit
2f7291844f
1 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<manifest />
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
</manifest>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue