Added internet dependency to android
This commit is contained in:
parent
5f1d770604
commit
844b6cf7a5
|
@ -1,5 +1,6 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.hellcat.words">
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application
|
||||
android:label="Guessing words"
|
||||
android:name="${applicationName}"
|
||||
|
|
Loading…
Reference in New Issue