Skip to content

Commit 870c85f

Browse files
committed
Release 3.0.0
1 parent 7d744ad commit 870c85f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
5757

5858
// Branch
59-
api 'io.branch.sdk.android:library:5.13.0'
59+
api 'io.branch.sdk.android:library:5.14.0'
6060
implementation ('com.google.android.gms:play-services-ads-identifier:17.0.0')
6161
// for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we
6262
// leave it up to the client to add it following Branch documentation here: https://help.branch.io/developers-hub/docs/android-basic-integration

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Adobe Branch SDK Extension change log
22

3+
- 3.0.0
4+
* Nov 18, 2024
5+
* Update Branch Android SDK to 5.14.0
6+
* Updated AEP SDKs to v3
7+
38
- v2.1.0
49
* April 1, 2024
510
* Update Branch Android SDK to 5.11.0

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ org.gradle.jvmargs=-Xmx1536m
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
14-
VERSION_NAME=2.1.0
15-
VERSION_CODE=200100
14+
VERSION_NAME=3.0.0
15+
VERSION_CODE=300000
1616
GROUP=io.branch.sdk.android
1717

1818
POM_NAME=Branch Adobe Android SDK

0 commit comments

Comments
 (0)