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
Running the gradle plugin: canISayByeByeJetifier to determine if it is safe to turn off the Jetifier in our codebase (to optimise build time).
It throws up branch as problematic, due to the following references
Graphs to this dependency:
+---io.branch.sdk.android:library:5.0.7
Issues found:
* io/branch/referral/BranchStrongMatchHelper.class -> android.support.customtabs.CustomTabsClient
* io/branch/referral/BranchStrongMatchHelper.class -> android.support.customtabs.CustomTabsCallback
* io/branch/referral/BranchStrongMatchHelper.class -> android.support.customtabs.CustomTabsSession
Running the gradle plugin: canISayByeByeJetifier to determine if it is safe to turn off the Jetifier in our codebase (to optimise build time).
It throws up branch as problematic, due to the following references
Via the following code
On the face of it then, I'm not sure if things will work correctly without Jetifier (as there is no androidx lookup above) - can you confirm ?
The text was updated successfully, but these errors were encountered: