Skip to content

Commit 5ab8547

Browse files
committed
fixed android manifest
1 parent 215b0ad commit 5ab8547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composeApp/src/androidMain/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
33
<uses-feature android:name="android.hardware.usb.host" android:required="true" />
44
<uses-permission android:name="android.permission.USB_PERMISSION" />
5+
<uses-permission android:name="android.permission.INTERNET" />
56

67
<application
78
android:allowBackup="true"

0 commit comments

Comments
 (0)