Skip to content

Commit

Permalink
rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
william-beange-hs authored Dec 18, 2017
1 parent 0432bd2 commit 67a6f40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-->
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.msopentech.authdialog" version="0.1.0-dev">
id="cordova-plugin-auth-dialog" version="0.1.1">

<name>Authentication Dialog</name>
<description>Adds support for authentication dialogs into Apache Cordova</description>
Expand All @@ -17,7 +17,7 @@
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="AuthDialog">
<param name="android-package" value="com.msopentech.authDialog.AuthRequestHandler"/>
<param name="android-package" value="cordova-plugin-auth-dialog"/>
<param name="onload" value="true" />
</feature>
</config-file>
Expand Down Expand Up @@ -80,4 +80,4 @@
</config-file>
</platform>

</plugin>
</plugin>

0 comments on commit 67a6f40

Please sign in to comment.