cordova-plugin-repro 6.24.0 → 6.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/plugin.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
2
2
|
|
|
3
|
-
<plugin xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-repro" version="6.24.
|
|
3
|
+
<plugin xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-repro" version="6.24.1" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
4
4
|
<name>Repro</name>
|
|
5
5
|
<description>Repro Cordova Plugin</description>
|
|
6
6
|
<license>Commercial</license>
|
package/repro-version.json
CHANGED
|
@@ -46,7 +46,7 @@ import io.repro.android.user.UserProfilePrefecture;
|
|
|
46
46
|
*/
|
|
47
47
|
public final class CordovaPlugin extends org.apache.cordova.CordovaPlugin {
|
|
48
48
|
|
|
49
|
-
private static final String REPRO_CORDOVA_BRIDGE_VERSION = "6.24.
|
|
49
|
+
private static final String REPRO_CORDOVA_BRIDGE_VERSION = "6.24.1";
|
|
50
50
|
|
|
51
51
|
private interface CordovaReproCommand {
|
|
52
52
|
boolean execute(CordovaPlugin plugin, CordovaArgs args, CallbackContext callbackContext) throws JSONException;
|
|
Binary file
|