Update dependencies
This commit is contained in:
parent
a2389ca61e
commit
979c26ff40
2 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@ dependencies {
|
|||
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
||||
implementation 'androidx.annotation:annotation:1.6.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.0-rc01'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.0'
|
||||
implementation "androidx.preference:preference-ktx:$preference_version"
|
||||
implementation "androidx.core:core-ktx:$core_version"
|
||||
implementation 'androidx.palette:palette-ktx:1.0.0'
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
lifecycle_version = '2.6.0-rc01'
|
||||
lifecycle_version = '2.6.0'
|
||||
navigation_version = '2.5.3'
|
||||
mdc_version = '1.9.0-alpha02'
|
||||
preference_version = '1.2.0'
|
||||
appcompat_version = '1.6.1'
|
||||
core_version = '1.10.0-beta01'
|
||||
core_version = '1.10.0-rc01'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue