Replace khttp with java standard library https methods
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://jitpack.io")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.google.code.gson:gson:$gsonVersion"
|
||||
implementation "com.github.jkcclemens:khttp:-SNAPSHOT"
|
||||
implementation "org.rauschig:jarchivelib:1.0.0"
|
||||
implementation project(":orx-noise")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user