mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 08:05:20 +01:00
Migrated dependencies and plugins to version catalog (#1497)
This commit is contained in:
parent
8136612eaa
commit
7e1ca1e211
4 changed files with 190 additions and 73 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