Skip to content

Commit

Permalink
revert plugin rename, my mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
william-beange-hs authored Jan 3, 2018
1 parent 1069978 commit d2f2746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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="cordova-plugin-auth-dialog" version="0.1.1">
id="com.msopentech.authdialog" version="0.1.0-dev">

<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="cordova-plugin-auth-dialog.AuthRequestHandler"/>
<param name="android-package" value="com.msopentech.authDialog.AuthRequestHandler"/>
<param name="onload" value="true" />
</feature>
</config-file>
Expand Down

0 comments on commit d2f2746

Please sign in to comment.