Added internet dependency to android

This commit is contained in:
Морозов Андрей 2022-09-26 21:35:20 +04:00
parent 5f1d770604
commit 844b6cf7a5
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" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hellcat.words"> package="com.hellcat.words">
<uses-permission android:name="android.permission.INTERNET" />
<application <application
android:label="Guessing words" android:label="Guessing words"
android:name="${applicationName}" android:name="${applicationName}"