Skip to content

Commit

Permalink
chore: Add INTERNET permission in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gausoft committed Jul 18, 2022
1 parent d8295f2 commit 1e8be90
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,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.quote_request_app">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="Quote Estimate"
android:name="${applicationName}"
Expand Down

0 comments on commit 1e8be90

Please sign in to comment.