Skip to content

Commit 596b399

Browse files
committed
fix class path in android
1 parent ef85c2f commit 596b399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="com.yezhiming.cordova.appinfo"
5-
version="1.2.2">
5+
version="1.2.3">
66

77
<name>AppInfo Plugin</name>
88
<description>
@@ -24,7 +24,7 @@
2424

2525
<config-file target="res/xml/config.xml" parent="/*">
2626
<feature name="AppInfo">
27-
<param name="android-package" value="com.yezhiming.cordova.AppInfo"/>
27+
<param name="android-package" value="com.yezhiming.cordova.appinfo.AppInfo"/>
2828
</feature>
2929
</config-file>
3030

0 commit comments

Comments
 (0)