Skip to content

Commit

Permalink
fix: flutter build apk due to user-permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sangshuduo committed Jun 18, 2024
1 parent 577abbe commit a6ed3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<user-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="unofficial_tpl"
android:name="${applicationName}"
Expand Down

0 comments on commit a6ed3f1

Please sign in to comment.