Where can we download previous revisions of the Android Support library?

前端 未结 3 417
灰色年华
灰色年华 2020-12-11 23:13

I\'m in need to get previous revisions of the Android Support Lib since there have been a couple weird issues introduced on the last two revisions 8, 9. I want to compare t

相关标签:
3条回答
  • 2020-12-11 23:40

    You can find it here maybe. If not, I do not think they publish the link for the older versions.

    However, you can still see what changes were made here. If that is not enough, ask a new question about the issue with ViewGroup and we will try to help.

    0 讨论(0)
  • 2020-12-11 23:46

    You can find these support libraries at the Google download site:

    https://dl-ssl.google.com/android
    
    • Revision 8
    • Revision 9
    0 讨论(0)
  • 2020-12-12 00:00

    There are some (jar with source and javadoc) in Maven Central Repository.

    Android Support Library is open source, you can directly check the source in GitHub project android/platform_frameworks_support. for instance, android.support.v4.view.ViewPager and click History at the top right corner of java code to see the complete change history.

    Hope that helps.

    0 讨论(0)
提交回复
热议问题