Androidx Googlesource: get specific version?

ぃ、小莉子 提交于 2020-02-25 04:17:29

问题


I just downloaded the Androidx source code according to the description on https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev

Now I want to have androidx.core version 1.1.0 source code. I changed to frameworks/support/core/corebut of course that's the latest version. So I had a look at git tag. It lists a dozen tags like

$ git tag
1.0_20180720
1.0_20180720_G
android-4.0.1_r1
android-4.0.1_r1.1
android-4.0.1_r1.2
[..]
platform-tools-29.0.5
support-library-27.0.1
support-library-27.0.2
support-library-27.1.0
support-library-27.1.1

but I can't see any tag related to androidx.core. So, how can I go to version 1.1.0 of androidx.core?


回答1:


You are looking at the wrong place. If you want to find androidx.core, you should find it here instead:

https://android.googlesource.com/platform/prebuilts/androidx/internal/+/refs/heads/androidx-core-release

I already checked the commits and found core 1.1.0 from alpha to the stable version.



来源:https://stackoverflow.com/questions/60239207/androidx-googlesource-get-specific-version

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