Skip to content

Commit

Permalink
included internet permission in manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyThomas93 committed Sep 10, 2024
1 parent ff958b2 commit be41e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="clinician_app"
android:name="${applicationName}"
Expand Down

0 comments on commit be41e2e

Please sign in to comment.