Skip to content

Commit

Permalink
Merge pull request #7 from mrunix00/master
Browse files Browse the repository at this point in the history
add network permissions to AndroidManifest.xml
  • Loading branch information
mrunix00 committed Nov 27, 2023
2 parents f8857c4 + cf5fb4d commit c10e6c6
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="noteapp"
android:name="${applicationName}"
Expand Down

0 comments on commit c10e6c6

Please sign in to comment.