From 18a79ebe6034643a634ebd7d451af2e36a979788 Mon Sep 17 00:00:00 2001 From: Gravit Date: Mon, 29 Apr 2019 19:58:52 +0700 Subject: [PATCH] =?UTF-8?q?[FIX]=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5?= =?UTF-8?q?=D0=BC=D0=B0=20=D1=81=20httpclient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LauncherAPI/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LauncherAPI/build.gradle b/LauncherAPI/build.gradle index 6c28c79d..ad4e07c0 100644 --- a/LauncherAPI/build.gradle +++ b/LauncherAPI/build.gradle @@ -4,7 +4,7 @@ dependencies { compile project(':libLauncher') compileOnly 'io.netty:netty-all:4.1.32.Final' - compileOnly 'org.apache.httpcomponents:httpclient:4.5.7' + compile 'org.apache.httpcomponents:httpclient:4.5.7' compileOnly 'com.google.guava:guava:26.0-jre' compile files('../compat/authlib/authlib-clean.jar') }