From bb16e6db6967d5ffe71a42e9fb58844e7b3c8fb9 Mon Sep 17 00:00:00 2001 From: louisg1337 Date: Mon, 26 Feb 2024 19:29:54 -0500 Subject: [PATCH] Forked our own version of the bluetooth plugin so that we can change the plugin.xml to prevent Android Manifest merger errors --- package.cordovabuild.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.cordovabuild.json b/package.cordovabuild.json index 1ef62ad3f..53c28da48 100644 --- a/package.cordovabuild.json +++ b/package.cordovabuild.json @@ -134,7 +134,7 @@ "cordova-plugin-ionic-webview": "5.0.0", "cordova-plugin-local-notification-12": "github:e-mission/cordova-plugin-local-notification-12#v0.1.4-fix-android-action", "cordova-plugin-x-socialsharing": "6.0.4", - "cordova-plugin-bluetooth-classic-serial-port": "0.9.13", + "cordova-plugin-bluetooth-classic-serial-port": "git+https://github.com/louisg1337/cordova-plugin-bluetooth-classic-serial-port.git", "cordova-custom-config": "^5.1.1", "core-js": "^2.5.7", "enketo-core": "^6.1.7",