Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@jdee jdee released this 01 May 00:11
· 652 commits to master since this release
  • 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.
  • Uses native Branch SDKs 3.1.2 (Android), 0.27.0 (iOS).