android10 / android10/Android-CleanArchitecture-Kotlin

How to have automatic update of gradle dependencies by using a defined file for dependencies?

未關閉
#9 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
discussion question
主要語言
Kotlin
星號
4.8k
分支
929
PR 合併指標
30 天內沒有已合併 PR

描述

Hi,

In my project, I have a dependencies.gradle file. In this one, I have differents arrays of dependencies with corresponding version.

I would like to know if is there a way to have automatic update available version for dependency with this way ?

For example, if i declare com.android.support:appcompat-v7:27.0.2 in build.gradle directly, it'll tell me that a new version is available. Actually, it's declared in my dependencies.gradle like this :

appCompat : "com.android.support:appcompat-v7:$appCompatVersion"

and the version is in the same file, define above like this : appCompatVersion = "27.0.2"

Android Studio doesn't tell me that a new version is available. I'm looking on internet but didn't find anything. Does any one know how I can proceed to achieve this ?

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。