- Replaced okhttp with normal java http client
- added MinehutAPI#getRawMOTD
- other things
repositories {
mavenCentral()
maven {url 'https://jitpack.io'}
}
dependencies {
implementation 'com.github.aabssmc:MinehutAPI:1.0.7'
}
Full Changelog: 1.0.6...1.0.7