1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-13 08:56:22 +01:00

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

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.