Humanoid is handy logger to debug with links (look like at exception stacktrace)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
"Try to use and give me feedback :)".logH()
}
// settings.gradle:
dependencyResolutionManagement {
repositories {
// ..
maven { url 'https://jitpack.io' }
}
}
// build.gradle:
dependencies {
// ..
implementation 'com.github.e16din:humanoid:1.0.0'
}