jiangxincode / DroidDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rmoving Jetifier to reduce project build time

jiangxincode opened this issue · comments

commented

Build Analyser告警如下:

Check if you need Jetifier in your project
Your project’s gradle.properties file includes 'android.enableJetifier=true'. This flag is needed to enable AndroidX for libraries that don’t support it natively.
 [Learn more](https://developer.android.com/jetpack/androidx/migrate#migrate_an_existing_project_using_android_studio)

Removing Jetifier could reduce project build time. To disable Jetifier your project should have no dependencies on legacy support libraries. Run check to see if you have any of such dependencies in your project.

image

commented

It has been fixed through:
a36b77e
and
fffa985