Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to resolve: com.hanks:htextview-base:0.16 #97

Open
alikhaaki opened this issue Oct 6, 2018 · 2 comments
Open

Failed to resolve: com.hanks:htextview-base:0.16 #97

alikhaaki opened this issue Oct 6, 2018 · 2 comments
Labels

Comments

@alikhaaki
Copy link

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

 
@alikhaaki alikhaaki changed the title Failed to resolve: com.hanks:htextview-fade:0.16 Failed to resolve: com.hanks:htextview-base:0.16 Oct 6, 2018
@leeyun1533
Copy link

implementation "com.hanks:htextview-base:0.16"
-> implementation "com.hanks:htextview-base:0.1.6"

@MamboBryan
Copy link

In your gradle file, under the dependencies add:
implementation "com.hanks:htextview-base:0.1.6"
Remember to use implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants