This commit is contained in:
Prathamesh More 2021-12-18 11:58:25 +05:30
parent 874e8df94c
commit 10ee02929b
3 changed files with 14 additions and 11 deletions

View file

@ -21,8 +21,8 @@ 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-rc01'
implementation "com.google.android.material:material:$mdc_version"
implementation "androidx.preference:preference-ktx:$preference_version"
implementation 'androidx.cardview:cardview:1.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"