give internet permission

This commit is contained in:
zoe 2022-09-23 21:53:37 +02:00
parent 726f3bebee
commit 1265136030
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="kittycat.homes.loris">
<application
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="loris"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"