mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-20 00:01:31 +08:00
6.1.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Phonegap plugin for check or launch other application, get extras in phonegap app.
|
||||
|
||||
|
||||
Last version 6.1.0
|
||||
Last version 6.1.1
|
||||
* Add full support activityForResult, sendBroadcast and RegisterReceiver.
|
||||
* Add types of extras.
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.lampa.startapp",
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.1",
|
||||
"description": "Phonegap plugin for check or launch other application in android device.",
|
||||
"cordova": {
|
||||
"id": "com.lampa.startapp",
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
id="com.lampa.startapp"
|
||||
version="6.1.0">
|
||||
version="6.1.1">
|
||||
|
||||
<name>startApp</name>
|
||||
<description>Phonegap plugin for check or launch other application in android device.</description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
com.lampa.startapp, ver. 6.1.0
|
||||
com.lampa.startapp, ver. 6.1.1
|
||||
https://github.com/lampaa/com.lampa.startapp
|
||||
|
||||
Phonegap plugin for check or launch other application in android device (iOS support).
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
cordova.define("com.lampa.startapp.startapp", function(require, exports, module) {
|
||||
/**
|
||||
com.lampa.startapp, ver. 6.1.0
|
||||
com.lampa.startapp, ver. 6.1.1
|
||||
https://github.com/lampaa/com.lampa.startapp
|
||||
|
||||
Phonegap plugin for check or launch other application in android device (iOS support).
|
||||
|
||||
Reference in New Issue
Block a user