You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.