Skip to content

Commit dc9d1b2

Browse files
Merge pull request #27 from BranchMetrics/Release-1.3.5
Release v1.3.5
2 parents b4bcdb2 + fd425e9 commit dc9d1b2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AdobeBranchExtension/build.gradle

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

3434
// Branch
35-
api 'io.branch.sdk.android:library:5.1.4'
35+
api 'io.branch.sdk.android:library:5.1.5'
3636
implementation ('com.google.android.gms:play-services-ads-identifier:17.0.0')
3737
// for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we
3838
// 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Adobe Branch SDK Extension change log
22

3+
- v1.3.5
4+
* June 2, 2022
5+
* Update Branch Android SDK to 5.1.5
6+
37
- v1.3.4
48
* May 20, 2022
59
* Update Branch Android SDK to 5.1.4

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=1.3.4
15-
VERSION_CODE=010304
14+
VERSION_NAME=1.3.5
15+
VERSION_CODE=010305
1616
GROUP=io.branch.sdk.android
1717

1818
POM_NAME=Branch Adobe Android SDK

0 commit comments

Comments
 (0)