Skip to content

Commit d753cfd

Browse files
bump latest
1 parent 9cf8d74 commit d753cfd

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Branch Capacitor SDK change log
22

33
- 8.4.0
4+
45
- Exposed new method `setConsumerProtectionAttributionLevel` to set CPP level
5-
- Branch Android SDK bumped to 5.15.0
6-
- Branch iOS SDK bumped to 3.8.0
6+
- Branch Android SDK bumped to 5.15.1
7+
- Branch iOS SDK bumped to 3.9.0
78
- Updated @capacitor/ios to 6.2.0
89

910
- 8.3.0

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.15.0'
69+
api 'io.branch.sdk.android:library:5.15.1'
7070
testImplementation "junit:junit:$junitVersion"
7171
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
7272
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.8.0'
7+
pod 'BranchSDK', '~> 3.9.0'
88
end
99

1010
target 'Plugin' do

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
2-
- BranchSDK (3.8.0)
2+
- BranchSDK (3.9.0)
33
- Capacitor (6.2.0):
44
- CapacitorCordova
55
- CapacitorCordova (6.2.0)
66

77
DEPENDENCIES:
8-
- BranchSDK (~> 3.8.0)
8+
- BranchSDK (~> 3.9.0)
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

2222
SPEC CHECKSUMS:
23-
BranchSDK: e517c334355e4d37f8f16b11213a76b0b2779ac6
23+
BranchSDK: caa0aad74d39bcd08573661d13ae0821feecdada
2424
Capacitor: 1f3c7b9802d958cd8c4eb63895fff85dff2e1eea
2525
CapacitorCordova: b33e7f4aa4ed105dd43283acdd940964374a87d9
2626

27-
PODFILE CHECKSUM: 3484333e03f4f4ad335c9fb26d4170325705b824
27+
PODFILE CHECKSUM: 8997a24b5d8780d5611e0cf2d1d4aa3cf1c5d2ae
2828

2929
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)