HTextView
HTextView copied to clipboard
Failed to resolve: com.hanks:htextview-base:0.16
implementation "com.hanks:htextview-base:0.16"
failed to download repository
my project build.gradle is :
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}
}
implementation "com.hanks:htextview-base:0.16" -> implementation "com.hanks:htextview-base:0.1.6"
In your gradle file, under the dependencies add:
implementation "com.hanks:htextview-base:0.1.6"
Remember to use implementation