Skip to content

Commit

Permalink
fix: allow internet access during release build
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed May 11, 2021
1 parent d8cb83d commit e3d09cd
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 @@ -39,4 +39,6 @@
android:name="flutterEmbedding"
android:value="2" />
</application>

<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

0 comments on commit e3d09cd

Please sign in to comment.