简体   繁体   English

Android:匕首柄最新版本在哪里可以查看?

[英]Android: Where can I check the latest version of dagger hilt?

I'm looking at the developer doc for the latest version to use Dagger Hilt , but I can't find a version similar to what I've seen on the web.我正在查看有关使用Dagger Hilt的最新版本的developer doc ,但找不到与我在 web 上看到的版本类似的版本。

In other web sample code that uses hilt , I added hilt version 2.28 or 2.41 to gradle, but I can't find any similar version in developer doc .在其他web使用hilt的示例代码中,我将hilt版本2.282.41添加到gradle,但我在开发者文档中找不到任何类似的版本。

Did something change?有什么改变吗?

Considering this document the latest version should be 2.38.1考虑到这个文档,最新版本应该是 2.38.1

Document: https://developer.android.com/training/dependency-injection/hilt-android文档: https://developer.android.com/training/dependency-injection/hilt-android

I do not think anything is changed.我认为没有任何改变。

You can also check the maven repository: https://mvnrepository.com/artifact/com.google.dagger/hilt-android您还可以查看 maven 存储库: https://mvnrepository.com/artifact/com.google.dagger/hilt-android

It looks like the latest is 2.41, although the Google Docs haven't been updated.看起来最新的是 2.41,虽然 Google Docs 还没有更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM