From 190107020bb9bbca9c0e70b676d313de79634a29 Mon Sep 17 00:00:00 2001 From: James Kruth Date: Tue, 8 Sep 2020 16:55:07 -0400 Subject: [PATCH] Add android namespace Some parsers require the android namespace to correctly parse `android:` prefixed attributes. --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 26a4e1a..585fe79 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ - + SocketsForCordova This Cordova plugin provides JavaScript API, that allows you to communicate with server through TCP protocol.