Skip to content

Commit 9e2eedf

Browse files
Release 8.2.1 & Updated Android SDK to 5.12.4 (#179)
Updated Android SDK
1 parent 61f94ec commit 9e2eedf

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Branch Capacitor SDK change log
22

3+
- 8.2.1
4+
5+
- Branch Android SDK bumped to 5.12.4
6+
37
- 8.2.0
48

59
- Branch Android SDK bumped to 5.12.3

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3'
69+
api 'io.branch.sdk.android:library:5.12.4'
7070
testImplementation "junit:junit:$junitVersion"
7171
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
7272
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

ios/Plugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
1616
object: nil
1717
)
1818

19-
Branch.getInstance().registerPluginName("Capacitor", version: "8.2.0")
19+
Branch.getInstance().registerPluginName("Capacitor", version: "8.2.1")
2020
}
2121

2222
@objc public func setBranchService(branchService: Any) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-branch-deep-links",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"description": "Capacitor plugin for Branch.io deep links",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)