Skip to content

Commit

Permalink
updated manifest file
Browse files Browse the repository at this point in the history
added internet permission on release builds
  • Loading branch information
shahnewaz-labib committed Nov 14, 2023
1 parent 3fb38ea commit 25808f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
</manifest>

0 comments on commit 25808f3

Please sign in to comment.