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

前端 未结 3 419
灰色年华
灰色年华 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-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.

提交回复
热议问题