fix: add missing internet permission to android manifest

This commit is contained in:
Rongjian Zhang 2019-02-12 14:18:10 +08:00
parent 5b4ff92138
commit 56f598e732
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.github.pd4d10.gittouch">
<uses-permission android:name="android.permission.INTERNET"/>
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.