File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ object deps {
32
32
const val recyclerView = " androidx.recyclerview:recyclerview:1.3.2"
33
33
const val swipeRefreshLayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
34
34
const val material = " com.google.android.material:material:1.12.0"
35
- const val startup = " androidx.startup:startup-runtime:1.1.1 "
35
+ const val startup = " androidx.startup:startup-runtime:1.2.0 "
36
36
}
37
37
38
38
object lifecycle {
39
- private const val version = " 2.8.5 "
39
+ private const val version = " 2.8.6 "
40
40
41
41
const val viewModelKtx = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version " // viewModelScope
42
42
const val runtimeKtx = " androidx.lifecycle:lifecycle-runtime-ktx:$version " // lifecycleScope
You can’t perform that action at this time.
0 commit comments