Skip to content

Commit 6d4ab9d

Browse files
bump latest
1 parent bdb623f commit 6d4ab9d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
6.5.0 Jan 14, 2025
2-
* Update Android SDK to 5.15.0
3-
* Update iOS SDK to 3.8.0
1+
6.5.0 Feb 7, 2025
2+
* Update Android SDK to 5.15.1
3+
* Update iOS SDK to 3.9.0
44
* Added new method `setConsumerProtectionAttributionLevel` to set CPP level
55

66
6.4.0 Nov 1, 2024

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ SOFTWARE.
6363
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
6464

6565
<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
66-
<framework src="io.branch.sdk.android:library:5.15.0"/>
66+
<framework src="io.branch.sdk.android:library:5.15.1"/>
6767
</platform>
6868

6969
<!-- iOS -->
@@ -88,7 +88,7 @@ SOFTWARE.
8888
<source url="https://cdn.cocoapods.org/"/>
8989
</config>
9090
<pods>
91-
<pod name="BranchSDK" spec="~> 3.8.0" />
91+
<pod name="BranchSDK" spec="~> 3.9.0" />
9292
</pods>
9393
</podspec>
9494
</platform>

0 commit comments

Comments
 (0)