diff options
| author | Matt Kohls <mattkohls13@gmail.com> | 2019-06-18 00:38:44 -0400 | 
|---|---|---|
| committer | Matt Kohls <mattkohls13@gmail.com> | 2019-06-18 00:38:44 -0400 | 
| commit | d2d7d2f928293483ee2f10f4525a6f76bca7f5a8 (patch) | |
| tree | bb07db0aef0c7477a226c058c73e907926d40d8e /gradle | |
| parent | ffe6f521c4525479d1c1fb19f1e2b06cc955ee75 (diff) | |
| download | SoundChan-d2d7d2f928293483ee2f10f4525a6f76bca7f5a8.tar.gz SoundChan-d2d7d2f928293483ee2f10f4525a6f76bca7f5a8.tar.bz2 SoundChan-d2d7d2f928293483ee2f10f4525a6f76bca7f5a8.zip | |
Bump in LavaPlayer version to fix some yt links
Various YouTube links did not work, this was fixed upstream so pulling
in the latest version of the library.
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e5373c5..2fededb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Dec 18 00:27:39 EET 2016 +#Tue Apr 30 21:55:36 EDT 2019  distributionBase=GRADLE_USER_HOME  distributionPath=wrapper/dists  zipStoreBase=GRADLE_USER_HOME  zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-all.zip | 
