Skip to content

Commit

Permalink
Release 8.2.0 (#177)
Browse files Browse the repository at this point in the history
* Updated native SDKs

* Updated to latest Android version
  • Loading branch information
nsingh-branch authored Sep 26, 2024
1 parent c3336c8 commit 61f94ec
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Branch Capacitor SDK change log

- 8.2.0

- Branch Android SDK bumped to 5.12.3
- Branch iOS SDK bumped to 3.6.3

- 8.1.0

- Added the handleUrl method to iOS and updated BranchUrlParams to include `branch` instead of `url`.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
api 'io.branch.sdk.android:library:5.12.3'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
object: nil
)

Branch.getInstance().registerPluginName("Capacitor", version: "8.1.0")
Branch.getInstance().registerPluginName("Capacitor", version: "8.2.0")
}

@objc public func setBranchService(branchService: Any) {
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3'
pod 'BranchSDK', '~> 3.6.3'
end

target 'Plugin' do
Expand Down
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- BranchSDK (3.4.3)
- BranchSDK (3.6.3)
- Capacitor (6.0.0):
- CapacitorCordova
- CapacitorCordova (6.0.0)

DEPENDENCIES:
- BranchSDK (~> 3.4.3)
- BranchSDK (~> 3.6.3)
- "Capacitor (from `../node_modules/@capacitor/ios`)"
- "CapacitorCordova (from `../node_modules/@capacitor/ios`)"

Expand All @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: "../node_modules/@capacitor/ios"

SPEC CHECKSUMS:
BranchSDK: 078e92df232a7cc0a8d900287d1e57057a2e2997
BranchSDK: a5418b5fde1b837567cf00a4a7f2ed45abf2e26c
Capacitor: 559d073c4ca6c27f8e7002c807eea94c3ba435a9
CapacitorCordova: 8c4bfdf69368512e85b1d8b724dd7546abeb30af

PODFILE CHECKSUM: 9848c096c118889beda819a4d6984c25fcf3f9bc
PODFILE CHECKSUM: 95808f918e06303102757f301ac0e09631b0b745

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-branch-deep-links",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Branch.io deep links",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 61f94ec

Please sign in to comment.