How to find the version of library from Gradle Dependency? Android Studio

前端 未结 4 472
臣服心动
臣服心动 2021-02-01 14:29

Question:

How do I find the version of libraries that are being used when my Gradle file mentions a dependency using the \'+\' operator in the version number of the dep

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-01 15:01

    In Android Studio, in the build.graddle app, select the version and press ALT + ENTER, then select "Replace with specifyc version"

提交回复
热议问题