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:
parent
5b4ff92138
commit
56f598e732
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user