Skip to content

Commit 3cc4f77

Browse files
committed
CORE-1863 update sdk version
1 parent ab3d15f commit 3cc4f77

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3535

3636
// Branch
37-
api 'io.branch.sdk.android:library:5.0.3'
38-
javadocDeps 'io.branch.sdk.android:library:5.0.3'
37+
api 'io.branch.sdk.android:library:5.0.7'
38+
javadocDeps 'io.branch.sdk.android:library:5.0.7'
3939
implementation ('com.google.android.gms:play-services-ads-identifier:17.0.0')
4040
// for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we
4141
// 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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Adobe Branch SDK Extension change log
2+
- v1.3.1
3+
* April 23, 2021
4+
* Update Branch Android SDK to 5.0.7
5+
* Add api to filter events by name
6+
27
- v1.3.0
38
* _*Master Release*_ - September 14, 2020
49
* Pick up Adobe IDs more intelligently
@@ -20,4 +25,4 @@
2025

2126
- v1.1.2
2227
* _*Master Release*_ - November 19, 2019
23-
* Automatically pick up Adobe ID and pass it to Branch
28+
* Automatically pick up Adobe ID and pass it to Branch

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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=1.3.0
14+
VERSION_NAME=1.3.1
1515
VERSION_CODE=010300
1616
GROUP=io.branch.sdk.android
1717

0 commit comments

Comments
 (0)