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
Fully migrate to AndroidX, instead of using something like android.app.Fragment, if so we can remove android.enableJetifier=true flags in the projects that depend on this lib.
Caution: As of late 2021, most of the library ecosystem already supports AndroidX natively. This means that your project is most likely already using AndroidX libraries directly and there is no need to follow the steps in this migration guide. Additionally, the enableJetifier flag mentioned in this guide can lead to slower build times and should not be used unless it’s necessary.
The text was updated successfully, but these errors were encountered:
Goooler
changed the title
Fully migrate to using AndroidX
Fully migrate to use AndroidX
Aug 3, 2023
Fully migrate to AndroidX, instead of using something like
android.app.Fragment
, if so we can removeandroid.enableJetifier=true
flags in the projects that depend on this lib.See https://developer.android.com/jetpack/androidx/migrate
The text was updated successfully, but these errors were encountered: