mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-02-04 00:06:15 +08:00
update tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.lampa.startapp",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "Phonegap plugin for check or launch other application in android device.",
|
||||
"cordova": {
|
||||
"id": "com.lampa.startapp",
|
||||
@@ -17,7 +17,10 @@
|
||||
"cordova",
|
||||
"startapp",
|
||||
"lampa",
|
||||
"ecosystem:cordova",
|
||||
"extra",
|
||||
"extrafields",
|
||||
"hasextra",
|
||||
"cordova",
|
||||
"cordova-android",
|
||||
"cordova-ios"
|
||||
],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
id="com.lampa.startapp"
|
||||
version="0.1.2">
|
||||
version="0.1.3">
|
||||
|
||||
<name>startApp</name>
|
||||
<description>Phonegap plugin for check or launch other application in android device.</description>
|
||||
|
||||
0
test/jquery.js → tests/jquery.js
vendored
0
test/jquery.js → tests/jquery.js
vendored
7
tests/plugin.xml
Normal file
7
tests/plugin.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="com.lampa.startapp"
|
||||
version="1.2.3">
|
||||
<name>startApp tests</name>
|
||||
<license>MIT</license>
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user