search

Home  >  Q&A  >  body text

Android 怎么查找某个版本兼容包的最高版本号?

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

PHPzPHPz2772 days ago472

reply all(3)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 17:35:16

    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

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:35:16

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

    reply
    0
  • 黄舟

    黄舟2017-04-17 17:35:16

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

    reply
    0
  • Cancelreply