How to check what is the latest version of a dependency to use in gradle

前端 未结 8 1725
再見小時候
再見小時候 2020-12-29 20:24

I\'ve always added dependencies like this:

dependencies {
    compile \'com.android.support:mediarouter-v7:19.+\'
}

but in the recent versi

8条回答
  •  再見小時候
    2020-12-29 21:07

    I use these two links.

    This link gives me the latest buildTools Version
    https://developer.android.com/studio/releases/build-tools.html



    This link gives me the latest supportLibraryVersion https://developer.android.com/topic/libraries/support-library/revisions.html

提交回复
热议问题