[FIX] Исправлена проблема с httpclient

This commit is contained in:
Gravit 2019-04-29 19:58:52 +07:00
parent da4b89bbd0
commit 18a79ebe60
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -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')
}