gpt4 book ai didi

github - 查找库的最新构建版本

转载 作者:行者123 更新时间:2023-12-03 03:59:09 24 4
gpt4 key购买 nike

我想我遗漏了一些东西,但是我想将库从 github 添加到 Android,我在 Github 页面上的任何地方都看不到该库的最新构建版本,因此我可以将它包含在我的 gradle 文件中。我必须手动去 maven 或 jetpack 并搜索它。有捷径吗?我错过了什么吗?

谢谢

最佳答案

有一个 Lint 检查允许 Android Studio 查询可用的最新版本。

首先,您必须激活此 Lint Check

转至 Settings ,然后 Editor > Inspections并搜索 Newer Library Version Available检查它 .

Lint check

然后运行代码分析 Analyze > Run Inspection by Name...并输入 newer并选择 Newer Library Version Available
Newer Library

对所需范围进行检查(仅模块、完整项目等)

然后您将看到哪个库有可用的新版本。

enter image description here

PS

正如此功能的 Lint 描述所述,你不应该让这个检查激活因为它可能减慢代码分析 (查询存储库可能需要时间)

关于github - 查找库的最新构建版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49812174/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com