Skip to content

Commit ea330db

Browse files
Merge pull request #41 from BranchMetrics/bboothe-branch/INTENG-23298
Update Native SDK Version to 5.20.0
2 parents 1ac4286 + 0441d9d commit ea330db

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,28 @@ android {
6262

6363
dependencies {
6464
implementation fileTree(dir: 'libs', include: ['*.jar'])
65-
implementation 'androidx.annotation:annotation:1.1.0'
66-
implementation 'com.android.installreferrer:installreferrer:2.1'
65+
implementation 'androidx.annotation:annotation:1.9.1'
66+
implementation 'com.android.installreferrer:installreferrer:2.2'
6767

68-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
69-
androidTestImplementation 'androidx.test:runner:1.3.0'
70-
androidTestImplementation 'androidx.test:rules:1.3.0'
71-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
68+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
69+
androidTestImplementation 'androidx.test:runner:1.7.0'
70+
androidTestImplementation 'androidx.test:rules:1.7.0'
71+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
7272

7373
// Branch
74-
api 'io.branch.sdk.android:library:5.15.0'
75-
implementation ('com.google.android.gms:play-services-ads-identifier:17.0.0')
74+
api 'io.branch.sdk.android:library:5.20.1'
75+
implementation ('com.google.android.gms:play-services-ads-identifier:18.0.1')
7676
// for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we
7777
// leave it up to the client to add it following Branch documentation here: https://help.branch.io/developers-hub/docs/android-basic-integration
7878
//implementation 'com.huawei.hms:ads-identifier:3.4.28.305'
7979

8080
// Adobe
81-
androidTestImplementation 'com.adobe.marketing.mobile:analytics:3.0.1'
82-
androidTestImplementation 'com.adobe.marketing.mobile:userprofile:3.0.0'
83-
implementation 'com.adobe.marketing.mobile:core:3.2.0'
84-
implementation 'com.adobe.marketing.mobile:lifecycle:3.0.1'
85-
implementation 'com.adobe.marketing.mobile:identity:3.0.1'
86-
implementation 'com.adobe.marketing.mobile:signal:3.0.0'
81+
androidTestImplementation 'com.adobe.marketing.mobile:analytics:3.0.2'
82+
androidTestImplementation 'com.adobe.marketing.mobile:userprofile:3.0.1'
83+
implementation 'com.adobe.marketing.mobile:core:3.5.0'
84+
implementation 'com.adobe.marketing.mobile:lifecycle:3.0.2'
85+
implementation 'com.adobe.marketing.mobile:identity:3.0.2'
86+
implementation 'com.adobe.marketing.mobile:signal:3.0.1'
8787

8888
androidTestImplementation project(path: ':AdobeBranchExtension')
8989
}

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.1.0
4+
* Sept 2, 2025
5+
* Update Branch Android SDK to 5.20.1
6+
* Updated compile dependency versions
7+
38
- 3.0.2
49
* Dec 16, 2024
510
* Update Branch Android SDK to 5.15.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=3.0.2
15-
VERSION_CODE=300002
14+
VERSION_NAME=3.1.0
15+
VERSION_CODE=300003
1616
GROUP=io.branch.sdk.android
1717

1818
POM_NAME=Branch Adobe Android SDK

0 commit comments

Comments
 (0)