Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Commit

Permalink
Added android scheme to plugin installation config.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikDemyankov committed Apr 1, 2016
1 parent 62dc201 commit a5247e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin id="cordova-hot-code-push-plugin" version="1.2.5" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<plugin id="cordova-hot-code-push-plugin" version="1.2.5" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>Hot Code Push Plugin</name>
<description>Cordova plugin to perform code updates on the fly</description>
Expand Down

0 comments on commit a5247e8

Please sign in to comment.