Android Support Library repository management and release cycle

大憨熊 提交于 2019-12-01 09:51:40

问题


I recently searched for an answer to how to see changes in Android Support Library between two versions and found out that I do not understand few things regarding Android Support Library repository management and release cycle.

  1. Where are commits for library revisions 24.1.0, 24.1.1, 24.2.0? Does Google have internal repository? If so then how often latest commits are pushed to public repository from internal one?
  2. Support Library Revision History says that the v4 Support Library has been split into several smaller modules. Does it mean that each module now has separate repository. If so then where are these repositories?
  3. How does Android Support Library team manage repository tags? Why do tags contain Android version like android-4.1.1 if each support library release is supposed to work on all Android versions above some version?

回答1:


You can use new Google Maven repo https://maven.google.com.

For example:

https://maven.google.com/com/android/support/design/26.0.1/design-26.0.1-sources.jar

Since that repo is new from support library 26.0.1, I'm not sure about old versions... But, for old versions, you can download the sources via SDK Manager, then find them in $ANDROID_SDK_HOME/extras/android/m2repository/.

I know you're not looking for sources. But this might help...



来源:https://stackoverflow.com/questions/39315958/android-support-library-repository-management-and-release-cycle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!