Code Cleanup

This commit is contained in:
Prathamesh More 2022-01-13 17:45:41 +05:30
parent 5415d3869a
commit 7d3e1f4e28
4 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@ android {
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation "com.google.android.material:material:$mdc_version"
implementation "androidx.preference:preference-ktx:$preference_version"
implementation 'androidx.cardview:cardview:1.0.0'