Skip to content

Commit d63ed6e

Browse files
authored
Update build.gradle
1 parent 3db959c commit d63ed6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)