File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66
77#### [ Unreleased] ( https://github.com/bsorrentino/cordova-broadcaster/compare/v5.0.0...HEAD )
88
9+ - update changelog [ ` e8629f6 ` ] ( https://github.com/bsorrentino/cordova-broadcaster/commit/e8629f61d87479e0d39f9f5a6f69830643a6ee64 )
10+ - fix(plugin.xml): add androidx.localbroadcastmanager dependency [ ` 3ccd8db ` ] ( https://github.com/bsorrentino/cordova-broadcaster/commit/3ccd8db9d6a7574cd4d71aece4c598e4c3f0ce21 )
11+ - build: add test script [ ` 046f450 ` ] ( https://github.com/bsorrentino/cordova-broadcaster/commit/046f45065c0bf1b0671154b46a0c422b2ef49301 )
12+
913### [ v5.0.0] ( https://github.com/bsorrentino/cordova-broadcaster/compare/v4.3.1...v5.0.0 )
1014
1115> 14 July 2023
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-broadcaster" ,
3- "version" : " 5.0 .0" ,
3+ "version" : " 5.1 .0" ,
44 "description" : " Allow send message from Javascript to Native" ,
55 "cordova" : {
66 "id" : " cordova-plugin-broadcaster" ,
2626 "2.3.0" : {
2727 "cordova-android" : " >4.0.0"
2828 },
29- "5.0 .0" : {
29+ "5.1 .0" : {
3030 "cordova-android" : " >9.0.0"
3131 }
3232 }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<plugin id =" cordova-plugin-broadcaster"
3- version =" 4.3.2 "
3+ version =" 5.1.0 "
44 xmlns =" http://apache.org/cordova/ns/plugins/1.0"
55 xmlns : android =" http://schemas.android.com/apk/res/android" >
66 <engines >
3232 </config-file >
3333 <config-file parent =" /*" target =" AndroidManifest.xml" />
3434 <source-file src =" src/android/CDVBroadcaster.java" target-dir =" src/org/bsc/cordova" />
35- <framework src =" com.android.support:support-v4:26+" />
35+ <!-- framework src="com.android.support:support-v4:26+" /-->
36+ <framework src =" androidx.localbroadcastmanager:localbroadcastmanager:1.1.0" />
3637 </platform >
3738 <platform name =" ios" >
3839 <config-file parent =" /*" target =" config.xml" >
You can’t perform that action at this time.
0 commit comments