update tests

This commit is contained in:
Лампуша
2016-04-05 14:31:49 +03:00
parent 37d629d1d8
commit 9c28c942e4
6 changed files with 13 additions and 3 deletions

View File

@@ -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"
],

View File

@@ -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>

View File

7
tests/plugin.xml Normal file
View 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>