diff --git a/CHANGELOG.md b/CHANGELOG.md index 90396e7..fe6ce8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Branch Capacitor SDK change log +- 8.3.0 + + - Branch Android SDK bumped to 5.13.0 + - Branch iOS SDK bumped to 3.6.5 + - 8.2.1 - Branch Android SDK bumped to 5.12.4 diff --git a/android/build.gradle b/android/build.gradle index f6e456b..77c8973 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -66,7 +66,7 @@ dependencies { implementation project(':capacitor-android') implementation 'androidx.annotation:annotation:1.4.0' implementation 'androidx.appcompat:appcompat:1.5.0' - api 'io.branch.sdk.android:library:5.12.4' + api 'io.branch.sdk.android:library:5.13.0' testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" diff --git a/ios/Plugin/Plugin.swift b/ios/Plugin/Plugin.swift index 4228116..baa0e6e 100644 --- a/ios/Plugin/Plugin.swift +++ b/ios/Plugin/Plugin.swift @@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin { object: nil ) - Branch.getInstance().registerPluginName("Capacitor", version: "8.2.1") + Branch.getInstance().registerPluginName("Capacitor", version: "8.3.0") } @objc public func setBranchService(branchService: Any) { diff --git a/ios/Podfile b/ios/Podfile index 0be8bc7..14fb4d6 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -4,7 +4,7 @@ def capacitor_pods use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios' - pod 'BranchSDK', '~> 3.6.3' + pod 'BranchSDK', '~> 3.6.5' end target 'Plugin' do diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5a4382c..b832a58 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,11 +1,11 @@ PODS: - - BranchSDK (3.6.3) + - BranchSDK (3.6.5) - Capacitor (6.0.0): - CapacitorCordova - CapacitorCordova (6.0.0) DEPENDENCIES: - - BranchSDK (~> 3.6.3) + - BranchSDK (~> 3.6.5) - "Capacitor (from `../node_modules/@capacitor/ios`)" - "CapacitorCordova (from `../node_modules/@capacitor/ios`)" @@ -20,10 +20,10 @@ EXTERNAL SOURCES: :path: "../node_modules/@capacitor/ios" SPEC CHECKSUMS: - BranchSDK: a5418b5fde1b837567cf00a4a7f2ed45abf2e26c + BranchSDK: ef7d89062afb08b20f65d5b1633b215ee77ab77f Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9 CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af -PODFILE CHECKSUM: 95808f918e06303102757f301ac0e09631b0b745 +PODFILE CHECKSUM: eacb5a70bea671c5a765cb96750ba8653a52d16b COCOAPODS: 1.15.2 diff --git a/package.json b/package.json index ebc7629..cab65c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-branch-deep-links", - "version": "8.2.1", + "version": "8.3.0", "description": "Capacitor plugin for Branch.io deep links", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",