File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed
Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11Branch Capacitor SDK change log
22
3+ - 8.2.0
4+
5+ - Branch Android SDK bumped to 5.12.3
6+ - Branch iOS SDK bumped to 3.6.3
7+
38- 8.1.0
49
510 - Added the handleUrl method to iOS and updated BranchUrlParams to include ` branch ` instead of ` url ` .
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
6666 implementation project(' :capacitor-android' )
6767 implementation ' androidx.annotation:annotation:1.4.0'
6868 implementation ' androidx.appcompat:appcompat:1.5.0'
69- api ' io.branch.sdk.android:library:5.12.0 '
69+ api ' io.branch.sdk.android:library:5.12.3 '
7070 testImplementation " junit:junit:$junitVersion "
7171 androidTestImplementation " androidx.test.ext:junit:$androidxJunitVersion "
7272 androidTestImplementation " androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion "
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: " 8.1 .0 " )
19+ Branch . getInstance ( ) . registerPluginName ( " Capacitor " , version: " 8.2 .0 " )
2020 }
2121
2222 @objc public func setBranchService( branchService: Any ) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ def capacitor_pods
44 use_frameworks!
55 pod 'Capacitor' , :path => '../node_modules/@capacitor/ios'
66 pod 'CapacitorCordova' , :path => '../node_modules/@capacitor/ios'
7- pod 'BranchSDK' , '~> 3.4 .3'
7+ pod 'BranchSDK' , '~> 3.6 .3'
88end
99
1010target 'Plugin' do
Original file line number Diff line number Diff line change 11PODS:
2- - BranchSDK (3.4 .3)
2+ - BranchSDK (3.6 .3)
33 - Capacitor (6.0.0):
44 - CapacitorCordova
55 - CapacitorCordova (6.0.0)
66
77DEPENDENCIES:
8- - BranchSDK (~> 3.4 .3)
8+ - BranchSDK (~> 3.6 .3)
99 - "Capacitor (from `../node_modules/@capacitor/ios`)"
1010 - "CapacitorCordova (from `../node_modules/@capacitor/ios`)"
1111
@@ -20,10 +20,10 @@ EXTERNAL SOURCES:
2020 :path: "../node_modules/@capacitor/ios"
2121
2222SPEC CHECKSUMS:
23- BranchSDK: 078e92df232a7cc0a8d900287d1e57057a2e2997
23+ BranchSDK: a5418b5fde1b837567cf00a4a7f2ed45abf2e26c
2424 Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
2525 CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
2626
27- PODFILE CHECKSUM: 9848c096c118889beda819a4d6984c25fcf3f9bc
27+ PODFILE CHECKSUM: 95808f918e06303102757f301ac0e09631b0b745
2828
2929COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change 11{
22 "name" : " capacitor-branch-deep-links" ,
3- "version" : " 8.1 .0" ,
3+ "version" : " 8.2 .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