Skip to content

Commit

Permalink
Merge pull request #27 from BranchMetrics/Release-1.3.5
Browse files Browse the repository at this point in the history
Release v1.3.5
  • Loading branch information
nsingh-branch authored Jun 2, 2022
2 parents b4bcdb2 + fd425e9 commit dc9d1b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AdobeBranchExtension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

// Branch
api 'io.branch.sdk.android:library:5.1.4'
api 'io.branch.sdk.android:library:5.1.5'
implementation ('com.google.android.gms:play-services-ads-identifier:17.0.0')
// for Huawei devices without GMS, adding it requires bumping up min api level to 19 though, so we
// leave it up to the client to add it following Branch documentation here: https://help.branch.io/developers-hub/docs/android-basic-integration
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Adobe Branch SDK Extension change log

- v1.3.5
* June 2, 2022
* Update Branch Android SDK to 5.1.5

- v1.3.4
* May 20, 2022
* Update Branch Android SDK to 5.1.4
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=1.3.4
VERSION_CODE=010304
VERSION_NAME=1.3.5
VERSION_CODE=010305
GROUP=io.branch.sdk.android

POM_NAME=Branch Adobe Android SDK
Expand Down

0 comments on commit dc9d1b2

Please sign in to comment.