Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【自荐】神奇宝贝 (PokemonGo) #13

Open
hi-dhl opened this issue Aug 26, 2020 · 0 comments
Open

【自荐】神奇宝贝 (PokemonGo) #13

hi-dhl opened this issue Aug 26, 2020 · 0 comments
Labels
Kotlin Kotlin领域 学习 / 实践 学习实践类项目 具有很高的学习价值 已查看 管理员已查看,正在和小伙伴商量中~ 未来 未来期刊可以考虑推荐

Comments

@hi-dhl
Copy link

hi-dhl commented Aug 26, 2020

项目简介

PokemonGo 动态效果图如下所示,如果动图无法查看,请点击这里查看 动态效果图 | 静态图

如何检查依赖库的版本更新

在项目的根目录下执行以下命令。

./gradlew dependencyUpdates

会在当前目录下生成 build/dependencyUpdates/report.txt 文件,内容如下所示:

The following dependencies have later release versions:
 - androidx.swiperefreshlayout:swiperefreshlayout [1.0.0 -> 1.1.0]
     https://developer.android.com/jetpack/androidx
 - com.squareup.okhttp3:logging-interceptor [3.9.0 -> 4.7.2]
     https://square.github.io/okhttp/
 - junit:junit [4.12 -> 4.13]
     http://junit.org
 - org.koin:koin-android [2.1.5 -> 2.1.6]
 - org.koin:koin-androidx-viewmodel [2.1.5 -> 2.1.6]
 - org.koin:koin-core [2.1.5 -> 2.1.6]

Gradle release-candidate updates:
 - Gradle: [6.1.1 -> 6.5.1]

会列出所有需要更新的依赖库的最新版本,并且 Gradle Versions Plugin 比 AndroidStudio 所支持的更加全面:

  • 支持手动方式管理依赖库最新版本检查
  • 支持 ext 的方式管理依赖库最新版本检查
  • 支持 buildSrc 方式管理依赖库最新版本检查
  • 支持 gradle-wrapper 最新版本检查
  • 支持多模块的依赖库最新版本检查
  • 支持多项目的依赖库最新版本检查
@kkzhilu kkzhilu added 已查看 管理员已查看,正在和小伙伴商量中~ 未来 未来期刊可以考虑推荐 学习 / 实践 学习实践类项目 具有很高的学习价值 Kotlin Kotlin领域 labels Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kotlin Kotlin领域 学习 / 实践 学习实践类项目 具有很高的学习价值 已查看 管理员已查看,正在和小伙伴商量中~ 未来 未来期刊可以考虑推荐
Projects
None yet
Development

No branches or pull requests

2 participants