File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Branch Capacitor SDK change log
22
3+ - 6.0.0
4+
5+ - Updates the core capacitor plugin to 5.0.0 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/112
6+ - Branch Android SDK bumped to 5.6.1 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/113
7+ - Updated to Gradle 8 and resolved tooling errors
8+ - Branch iOS SDK bumped to 2.2.0 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/113
9+ - Namespace ` Branch ` changed to ` BranchSDK `
10+
311- 5.0.0
412
513 - Updates the core capacitor plugin to 4.0.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
1919 mavenCentral()
2020 }
2121 dependencies {
22- classpath ' com.android.tools.build:gradle:8.0.0 '
22+ classpath ' com.android.tools.build:gradle:8.0.2 '
2323 }
2424}
2525
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
1616 object: nil
1717 )
1818
19- Branch . getInstance ( ) . registerPluginName ( " Capacitor " , version: " 5 .0.0" )
19+ Branch . getInstance ( ) . registerPluginName ( " Capacitor " , version: " 6 .0.0" )
2020 }
2121
2222 @objc public func setBranchService( branchService: Any ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " capacitor-branch-deep-links" ,
3- "version" : " 5 .0.0" ,
3+ "version" : " 6 .0.0" ,
44 "description" : " Capacitor plugin for Branch.io deep links" ,
55 "main" : " dist/plugin.cjs.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments