Skip to content

Commit

Permalink
ChangeLog update for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Apr 30, 2019
1 parent 8b1156f commit 110c31f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2019-04-30 Version 3.0.0
* Changed `implementation` to `api` in build.gradle. This exposes the native
Branch SDK to native code and avoids the need to import
`io.branch.sdk.android:library` in the `app/build.gradle`, which
introduces the potential for conflicts. The `app/build.gradle` import
via `implementation 'io.branch.sdk.android:library:3.1.2'`
is no longer necessary and should be removed.

2019-04-19 Version 3.0.0-rc.1
* Removed docs folder from distro.
* Updated to iOS SDK 0.26.0, Android 3.1.1.
Expand Down

0 comments on commit 110c31f

Please sign in to comment.