File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ dependencies {
1919 /* implementation("com.github.walkyst:lavaplayer-fork:${rootProject.lava_version}") {
2020 exclude group: 'com.sedmelluq', module: 'lavaplayer-natives'
2121 }*/
22- implementation(" dev.arbjerg:lavaplayer:${ rootProject.lava_version } " ) {
22+ implementation(" dev.arbjerg:lavaplayer:${ rootProject.lava_version_youtube } " ) {
2323 exclude group : ' dev.arbjerg' , module : ' lavaplayer-natives'
2424 }
25- implementation(" dev.lavalink.youtube:v2:${ rootProject.lava_version_youtube } " )
25+ implementation(" dev.lavalink.youtube:v2:${ rootProject.lavalink } " )
2626
27- implementation ' com.github.sealedtx:java-youtube-downloader:3.1.0 '
27+ implementation " com.github.sealedtx:java-youtube-downloader:${ rootProject.ytdownloader } "
2828 implementation ' com.mpatric:mp3agic:0.9.1'
2929}
3030
@@ -66,4 +66,4 @@ publishing {
6666 }
6767 }
6868 }
69- }
69+ }
You can’t perform that action at this time.
0 commit comments