We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1156f commit 110c31fCopy full SHA for 110c31f
ChangeLog.md
@@ -1,3 +1,11 @@
1
+2019-04-30 Version 3.0.0
2
+ * Changed `implementation` to `api` in build.gradle. This exposes the native
3
+ Branch SDK to native code and avoids the need to import
4
+ `io.branch.sdk.android:library` in the `app/build.gradle`, which
5
+ introduces the potential for conflicts. The `app/build.gradle` import
6
+ via `implementation 'io.branch.sdk.android:library:3.1.2'`
7
+ is no longer necessary and should be removed.
8
+
9
2019-04-19 Version 3.0.0-rc.1
10
* Removed docs folder from distro.
11
* Updated to iOS SDK 0.26.0, Android 3.1.1.
0 commit comments