Android 怎么查找某个版本兼容包的最高版本号?
PHPz
PHPz 2017-04-17 17:33:16
0
3
507

比如想把SDK的版本从API24改成API23
所以需要把appcompat降级,那么我去哪里找appcompat api23的最高的版本号呢?
jCenter上好像找不到Google官方的lib啊..

PHPz
PHPz

学习是最好的投资!

reply all(3)
洪涛

Look directly at the official version history: Support Library Revision History

As of today: the latest version of API 24 is 24.1.1, and the latest version of API 23 is 23.4.0

伊谢尔伦

Thanks for the invitation!
1. Mark @aar at the end of your dependency to prevent dependency from being transparently transmitted

黄舟

I searched just now and couldn’t find it. Could you try using 23.+

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template