Skip to content

Commit

Permalink
[#13] Add internet permission for android
Browse files Browse the repository at this point in the history
  • Loading branch information
kaungkhantsoe committed Aug 23, 2023
1 parent c7359ed commit 13dde54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="co.nimblehq.kmm.template.android">

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

<application
android:name=".MyApplication"
android:allowBackup="false"
Expand Down

0 comments on commit 13dde54

Please sign in to comment.