Update Gradle wrapper and other dependencies

This commit is contained in:
Prathamesh More 2023-03-06 21:38:41 +05:30
parent 57b14460dc
commit c441674943
4 changed files with 9 additions and 8 deletions

View file

@ -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.2.1'
implementation 'androidx.recyclerview:recyclerview:1.3.0-rc01'
implementation "androidx.preference:preference-ktx:$preference_version"
implementation "androidx.core:core-ktx:$core_version"
implementation 'androidx.palette:palette-ktx:1.0.0'