Lint: “Newer Library Versions Available” when using variables

前端 未结 3 1718
生来不讨喜
生来不讨喜 2021-02-20 04:10

I have a project with 3 sub-projects. I want the 3 sub-projects to use the same dependencies versions so I factored all the versions in the root build.gradle:

3条回答
  •  轮回少年
    2021-02-20 04:26

    In Android Studio, go to the Analyze menu and choose Run Inspection by Name -> Newer Library Versions Available. Choose Whole Project and wait for your results.

提交回复
热议问题