Skip to content

Commit b2f13e4

Browse files
fix: name
1 parent 82d3271 commit b2f13e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"com.foxdebug.acode.rk.exec.proot": {},
4141
"com.foxdebug.acode.rk.exec.terminal": {},
4242
"com.foxdebug.acode.rk.customtabs": {},
43-
"com.foxdebug.acode.rk.plugin.plugincontext": {}
43+
"com.foxdebug.acode.rk.plugin.plugincontext": {},
44+
"com.foxdebug.acode.rk.auth": {}
4445
},
4546
"platforms": [
4647
"android"

src/plugins/pluginContext/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.foxdebug.acode.rk.plugin.plugincontext" version="1.0.0">
3-
<name>Gatekeeper</name>
3+
<name>PluginContext</name>
44

55

66
<js-module name="PluginContext" src="www/PluginContext.js">

0 commit comments

Comments
 (0)