Updated dependencies

This commit is contained in:
Prathamesh More 2021-12-16 10:53:18 +05:30
parent adab132bf3
commit 30bc178b86
4 changed files with 10 additions and 8 deletions

View file

@ -22,7 +22,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.5.0-beta01'
implementation 'androidx.preference:preference-ktx:1.2.0-beta01'
implementation 'androidx.preference:preference-ktx:1.2.0-rc01'
implementation 'androidx.cardview:cardview:1.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"