Skip to content

Commit f270c18

Browse files
committed
chore: Add internet permission
1 parent 1d30a26 commit f270c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml renamed to sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.olivia.lazyverticaltitlegrid">
4+
<uses-permission android:name="android.permission.INTERNET"/>
45

56
<application
67
android:allowBackup="true"

0 commit comments

Comments
 (0)