Added Internet permission

This commit is contained in:
dankito 2024-08-27 04:02:45 +02:00
parent c8b25e29bf
commit 7495cb89c2
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"