Skip to content

Commit 7217189

Browse files
committed
fix: added internet permission for android
1 parent aeda199 commit 7217189

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<uses-permission android:name="android.permission.INTERNET" />
23
<application
34
android:label="phasetida_flutter_example"
45
android:name="${applicationName}"

0 commit comments

Comments
 (0)