mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 08:05:20 +01:00
finished migration to version catalog
This commit is contained in:
parent
b1040f05f2
commit
8ade78bf48
3 changed files with 156 additions and 55 deletions
|
@ -24,7 +24,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
||||
implementation "com.google.android.material:material:$mdc_version"
|
||||
implementation "androidx.preference:preference-ktx:$preference_version"
|
||||
implementation libs.androidx.appcompat
|
||||
implementation libs.android.material
|
||||
implementation libs.androidx.preference.ktx
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue