Fixed Issue #1 & Added proxy support

This commit is contained in:
huanghongxun
2015-06-24 13:45:00 +08:00
parent 7bfe7c3432
commit e5621d1a58
30 changed files with 623 additions and 578 deletions

View File

@@ -50,7 +50,7 @@ configure(install.repositories.mavenInstaller) {
dependencies {
compile project(":HMCLAPI")
compile project(":MetroLookAndFeel")
compile files("../../../../repo/org/ho/jyaml/1.3/jyaml-1.3.jar")
compile ('org.jyaml:jyaml:1.3')
compile ("org.tukaani:xz:1.5")
compile ('org.jsoup:jsoup:1.7.2')
}