From 110c31f1a97515d9cc2864300dc658dc1eb72f10 Mon Sep 17 00:00:00 2001 From: Jimmy Dee Date: Tue, 30 Apr 2019 13:43:35 -0700 Subject: [PATCH] ChangeLog update for 3.0.0 --- ChangeLog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 8d550a623..eacdc7ea1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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.