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.3.0
4+
5+ - Branch Android SDK bumped to 5.13.0
6+ - Branch iOS SDK bumped to 3.6.5
7+
38- 8.2.1
49
510 - Branch Android SDK bumped to 5.12.4
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.4 '
69+ api ' io.branch.sdk.android:library:5.13.0 '
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.2.1 " )
19+ Branch . getInstance ( ) . registerPluginName ( " Capacitor " , version: " 8.3.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.6.3 '
7+ pod 'BranchSDK' , '~> 3.6.5 '
88end
99
1010target 'Plugin' do
Original file line number Diff line number Diff line change 11PODS:
2- - BranchSDK (3.6.3 )
2+ - BranchSDK (3.6.5 )
33 - Capacitor (6.0.0):
44 - CapacitorCordova
55 - CapacitorCordova (6.0.0)
66
77DEPENDENCIES:
8- - BranchSDK (~> 3.6.3 )
8+ - BranchSDK (~> 3.6.5 )
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: a5418b5fde1b837567cf00a4a7f2ed45abf2e26c
23+ BranchSDK: ef7d89062afb08b20f65d5b1633b215ee77ab77f
2424 Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
2525 CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af
2626
27- PODFILE CHECKSUM: 95808f918e06303102757f301ac0e09631b0b745
27+ PODFILE CHECKSUM: eacb5a70bea671c5a765cb96750ba8653a52d16b
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.2.1 " ,
3+ "version" : " 8.3.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