4

I want to use CustomTabsIntent. But I don't find androidx's customTabs path and version.

Finally I got this: androidx.browser:browser:1.0.0

I want to know the right steps.

I saw this, but I don't find path and version. https://developer.android.com/reference/androidx/browser/customtabs/package-summary

My steps:

  • Add com.android.support:customtabs:28.0.0
  • Refactor -> Migrate to AndroidX in Android Studio
Matt - sanemat
  • 5,418
  • 8
  • 37
  • 41

2 Answers2

6

The full listing of old support packages and new ones is available here:

https://developer.android.com/jetpack/androidx/migrate

Ben P.
  • 52,661
  • 6
  • 95
  • 123
2

There is a page now with the latest AndroidX versions. You can look up the artifact group and id if you go to the release notes page by clicking on the artifact version.

Malcolm
  • 41,014
  • 11
  • 68
  • 91