Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArizArmeidi committed Jul 16, 2021
1 parent 71fa1e6 commit 8dd8b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<uses-permission android:name="android.permission.INTERNET"/>
package="com.example.anim_search">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="anim_search"
android:icon="@mipmap/ic_launcher">
Expand Down

0 comments on commit 8dd8b4d

Please sign in to comment.