Android Support Library repository management and release cycle

前端 未结 1 1606
青春惊慌失措
青春惊慌失措 2021-01-15 21:34

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 S

相关标签:
1条回答
  • 2021-01-15 22:17

    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...

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