We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef85c2f commit 596b399Copy full SHA for 596b399
plugin.xml
@@ -2,7 +2,7 @@
2
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3
xmlns:android="http://schemas.android.com/apk/res/android"
4
id="com.yezhiming.cordova.appinfo"
5
- version="1.2.2">
+ version="1.2.3">
6
7
<name>AppInfo Plugin</name>
8
<description>
@@ -24,7 +24,7 @@
24
25
<config-file target="res/xml/config.xml" parent="/*">
26
<feature name="AppInfo">
27
- <param name="android-package" value="com.yezhiming.cordova.AppInfo"/>
+ <param name="android-package" value="com.yezhiming.cordova.appinfo.AppInfo"/>
28
</feature>
29
</config-file>
30
0 commit comments