Skip to content

Commit c3de9ec

Browse files
change the version to 1.2.0, add release notes
1 parent d4a8713 commit c3de9ec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Adobe Branch SDK Extension change log
2+
- v1.2.0
3+
* _*Master Release*_ - November 19, 2019
4+
* Minor: delay session initialization to allow enough time to collect Adobe IDs
5+
* Clean up extension registration flow
6+
27
- v1.1.3
38
* _*Master Release*_ - November 19, 2019
49
* Patch: automatically pick up all Adobe IDs and pass it to Branch

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.1.4
15-
VERSION_CODE=010104
14+
VERSION_NAME=1.2.0
15+
VERSION_CODE=010200
1616
GROUP=io.branch.sdk.android
1717

1818
POM_NAME=Branch Adobe Android SDK

0 commit comments

Comments
 (0)