android10 / android10/Android-CleanArchitecture-Kotlin

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

オープン
#9 コメント 2 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。