mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-01 00:00:05 +08:00
update files
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.lampa.startapp",
|
"name": "com.lampa.startapp",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Phonegap plugin for check or launch other application in android device.",
|
"description": "Phonegap plugin for check or launch other application in android device.",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "com.lampa.startapp",
|
"id": "com.lampa.startapp",
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="com.lampa.startapp"
|
id="com.lampa.startapp"
|
||||||
version="0.1.0">
|
version="0.1.1">
|
||||||
|
|
||||||
<name>startApp</name>
|
<name>startApp</name>
|
||||||
<description>Phonegap plugin for check or launch other application in android device.</description>
|
<description>Phonegap plugin for check or launch other application in android device.</description>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
cordova.define("com.lampa.startapp", function(require, exports, module) {
|
|
||||||
/**
|
/**
|
||||||
com.lampa.startapp
|
com.lampa.startapp
|
||||||
https://github.com/lampaa/com.lampa.startapp
|
https://github.com/lampaa/com.lampa.startapp
|
||||||
@@ -57,4 +56,3 @@ module.exports = {
|
|||||||
this.getExtra(extraValue, completeCallback, errorCallback);
|
this.getExtra(extraValue, completeCallback, errorCallback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
|
||||||
|
|||||||
Reference in New Issue
Block a user