Skip to content

Commit 62336a5

Browse files
authored
Update AndroidManifest.xml
1 parent 052edd1 commit 62336a5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<manifest
3-
package="ShiggyXposed.xposed"
3+
package="GoonXposed.xposed"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:tools="http://schemas.android.com/tools"
66
>
77

88
<permission
9-
android:name="dev.shiggy.cord.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
9+
android:name="dev.goon.cord.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
1010
/>
1111
<uses-permission
12-
android:name="dev.shiggy.cord.DYNAMIC_RECEIVE_NOT_EXPORTED_PERMISSION"
12+
android:name="dev.goon.cord.DYNAMIC_RECEIVE_NOT_EXPORTED_PERMISSION"
1313
/>
14-
<uses-permission android:name="dev.shiggy.cord.DYNAMIC_RECEIVE" />
14+
<uses-permission android:name="dev.goon.cord.DYNAMIC_RECEIVE" />
1515

1616
<application
1717
android:allowBackup="true"
@@ -22,7 +22,7 @@
2222
<meta-data android:name="xposedmodule" android:value="true" />
2323
<meta-data
2424
android:name="xposeddescription"
25-
android:value="Xposed module to inject ShiggyCord into discord"
25+
android:value="Xposed module to inject GoonCord into discord"
2626
/>
2727
<meta-data android:name="xposedminversion" android:value="82" />
2828
<meta-data android:name="xposedscope" android:value="com.discord" />

0 commit comments

Comments
 (0)