Androidx Googlesource:获取特定版本? [英] Androidx Googlesource: get specific version?

查看:141
本文介绍了Androidx Googlesource:获取特定版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚根据 https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev

现在,我想拥有androidx.core版本1.1.0的源代码. 我更改为frameworks/support/core/core,但是当然这是最新版本.因此,我看了git tag.它列出了十几个标签,例如

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

,但看不到任何与androidx.core相关的标签.那么,我怎么去androidx.core的1.1.0版本?

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

推荐答案

您在看错地方.如果要查找androidx.core,则应在此处找到它:

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

我已经检查了提交,并找到了从alpha到稳定版本的核心1.1.0.

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

这篇关于Androidx Googlesource:获取特定版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆