Skip to content

Commit 48b1fcb

Browse files
Merge pull request #30 from BranchMetrics/Release-1.4.0
[SDK-1583] Release 1.4.0
2 parents f42fdee + 4a8efbb commit 48b1fcb

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
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.5'
35+
api 'io.branch.sdk.android:library:5.2.7'
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.4.0
4+
* January 12, 2023
5+
* Update Branch Android SDK to 5.2.7
6+
37
- v1.3.5
48
* June 2, 2022
59
* Update Branch Android SDK to 5.1.5

gradle.properties

Lines changed: 7 additions & 8 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.5
15-
VERSION_CODE=010305
14+
VERSION_NAME=1.4.0
15+
VERSION_CODE=010400
1616
GROUP=io.branch.sdk.android
1717

1818
POM_NAME=Branch Adobe Android SDK
@@ -31,14 +31,13 @@ POM_DEVELOPER_ID=branch
3131
POM_DEVELOPER_NAME=Branch Metrics
3232

3333
PLAY_SERVICE_VERSION=11.0.2
34-
BUILD_TOOLS_VERSION=29.0.0
34+
BUILD_TOOLS_VERSION=30.0.2
3535
SUPPORT_LIB_VERSION=26.0.0
3636

37-
38-
ANDROID_BUILD_TARGET_SDK_MINIMUM=16
39-
ANDROID_BUILD_TARGET_SDK_VERSION=29
40-
ANDROID_BUILD_TOOLS_VERSION=29.0.0
41-
ANDROID_BUILD_SDK_VERSION=29
37+
ANDROID_BUILD_TARGET_SDK_MINIMUM=21
38+
ANDROID_BUILD_TARGET_SDK_VERSION=32
39+
ANDROID_BUILD_TOOLS_VERSION=30.0.2
40+
ANDROID_BUILD_SDK_VERSION=32
4241

4342
android.useAndroidX=true
4443
android.enableJetifier=true

0 commit comments

Comments
 (0)