Replace khttp with java standard library https methods

This commit is contained in:
Edwin Jakobs
2020-02-28 20:57:43 +01:00
parent 75d6802ea8
commit c722a060a0
4 changed files with 15 additions and 23 deletions

View File

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