mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-17 23:55:21 +01:00
improving naming conventiong
This commit is contained in:
parent
8ade78bf48
commit
7ee1aa6466
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ advrecyclerview = "1.0.0"
|
||||||
androidSnowfall = "1.2.1"
|
androidSnowfall = "1.2.1"
|
||||||
circularSeekBar = "1.4.2"
|
circularSeekBar = "1.4.2"
|
||||||
converterGson = "2.9.0"
|
converterGson = "2.9.0"
|
||||||
core = "3.3.0"
|
afollestad_dialog_version = "3.3.0"
|
||||||
coreSplashscreen = "1.0.0"
|
coreSplashscreen = "1.0.0"
|
||||||
customactivityoncrash = "2.4.0"
|
customactivityoncrash = "2.4.0"
|
||||||
fadingedgelayout = "1.0.0"
|
fadingedgelayout = "1.0.0"
|
||||||
|
@ -77,8 +77,8 @@ koin-core = { module = "io.insert-koin:koin-core", version.ref = "koinAndroid" }
|
||||||
|
|
||||||
|
|
||||||
#material dialog
|
#material dialog
|
||||||
color = { module = "com.afollestad.material-dialogs:color", version.ref = "core" }
|
afollestad-material-dialogs-color = { module = "com.afollestad.material-dialogs:color", version.ref = "core" }
|
||||||
core = { module = "com.afollestad.material-dialogs:core", version.ref = "core" }
|
afollestad-material-dialogs-core = { module = "com.afollestad.material-dialogs:core", version.ref = "core" }
|
||||||
input = { module = "com.afollestad.material-dialogs:input", version.ref = "core" }
|
input = { module = "com.afollestad.material-dialogs:input", version.ref = "core" }
|
||||||
material-cab = { module = "com.afollestad:material-cab", version.ref = "materialCab" }
|
material-cab = { module = "com.afollestad:material-cab", version.ref = "materialCab" }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue