Skip to content

Commit 335e565

Browse files
committed
CORE-1890 Update Android 5.0.8
1 parent f5ed9b2 commit 335e565

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

AdobeBranchExtension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535

3636
// Branch
3737
api 'io.branch.sdk.android:library:5.0.7'
38-
javadocDeps 'io.branch.sdk.android:library:5.0.7'
38+
javadocDeps 'io.branch.sdk.android:library:5.0.8'
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

AdobeBranchExtension/src/main/java/io/branch/adobe/extension/AdobeBranchExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ protected void onUnregistered() {
109109
@Override public final String getVersion() {
110110
//return BuildConfig.VERSION_NAME;
111111
// TODO: figure out why this isn't being picked up properly
112-
return "1.3.1";
112+
return "1.3.2";
113113
}
114114

115115
@Override public void error(ExtensionError extensionError) {

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Adobe Branch SDK Extension change log
2+
- v1.3.2
3+
* April 29, 2021
4+
* Update Branch Android SDK to 5.0.8
5+
26
- v1.3.1
37
* April 23, 2021
48
* Update Branch Android SDK to 5.0.7

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.1
14+
VERSION_NAME=1.3.2
1515
VERSION_CODE=010300
1616
GROUP=io.branch.sdk.android
1717

0 commit comments

Comments
 (0)