Skip to content

Commit 6755a39

Browse files
committed
🐞 fix: internet permission
1 parent 6490aca commit 6755a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
android:name="flutterEmbedding"
3131
android:value="2" />
3232
</application>
33+
<uses-permission android:name="android.permission.INTERNET"/>
3334
</manifest>

0 commit comments

Comments
 (0)