From 111f42e4712ba259980eb2b33657c318e3a5c2d3 Mon Sep 17 00:00:00 2001 From: Jared Poelman Date: Fri, 10 Aug 2018 19:20:56 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e95328d0..603c327ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Updates the iOS plugin to use Braze iOS SDK 3.7.1. - Updates the iOS plugin to use the Braze iOS SDK framework instead of local files. - As a result, imports using local file syntax (e.g. `"AppboyKit.h"`) must change to framework (e.g.``) syntax. -- Updates the Android plugin to use Braze Android SDK 2.5.1. +- Updates the Android plugin to use Braze Android SDK 2.6.0. - Removes Android Support Library artifacts from the Braze Unity Plugin. This is to avoid duplicating the Android Support Library artifacts that are automatically included as part of the Firebase Unity SDK, our recommended push integration. Integrators not using Firebase or importing Android Support Library artifacts through another SDK must include the Android Support Library manually (v4 only). ##### Fixed