From 3c14050660623814955d8ba3fbe858dc10f9fb19 Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Fri, 20 Dec 2024 11:45:06 -0500 Subject: [PATCH] cordova-plugin-push: use 4.0.0-dev.0-hardcoded-force-register branch --- package.cordovabuild.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.cordovabuild.json b/package.cordovabuild.json index d0f6faea9..ae3414da3 100644 --- a/package.cordovabuild.json +++ b/package.cordovabuild.json @@ -104,7 +104,7 @@ } }, "dependencies": { - "@havesource/cordova-plugin-push": "git+https://github.com/JGreenlee/cordova-plugin-push.git#force_register", + "@havesource/cordova-plugin-push": "git+https://github.com/JGreenlee/cordova-plugin-push.git#4.0.0-dev.0-hardcoded-force-register", "@messageformat/core": "^3.2.0", "@react-navigation/native": "^6.1.7", "@react-navigation/stack": "^6.3.17",