简体   繁体   中英

How to know the updated version number of android library to use in gradle file

I am having a problem while using android libraries to android studio. How to know the latest version of the library which is appended in the end of the statement in the gradle file.

For example : If I want to add the Google play services, I can add this line

    compile 'com.google.android.gms:play-services:7.8.0'

If I updated the library using sdk manager,then how to get the new version number?

Thanks

I usually after updating my android sdk check at

Project Structure > app > Dependencies > + button > Library dependency

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM