Skip to content

Commit 21a37a2

Browse files
feat(android): add internet permission to manifest for Supabase connectivity
1 parent 48d470c commit 21a37a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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="task_manager"
45
android:name="${applicationName}"

0 commit comments

Comments
 (0)