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

Couldn't use the same with the mavencenteral #568

Open
DhanukaElectrotech opened this issue Aug 19, 2021 · 2 comments
Open

Couldn't use the same with the mavencenteral #568

DhanukaElectrotech opened this issue Aug 19, 2021 · 2 comments

Comments

@DhanukaElectrotech
Copy link

Couldn't use the same with the mavencenteral, it's working with jcenter only. but notwith the mavenCentral, as per the jcenter is now deprecated.

@inyong1
Copy link

inyong1 commented Aug 19, 2021

Couldn't use the same with the mavencenteral, it's working with jcenter only. but notwith the mavenCentral, as per the jcenter is now deprecated.

Usu this dependency
implementation 'com.github.amitshekhariitbhu:Fast-Android-Networking:1.0.2'

@avnishmishra23
Copy link

also add maven { url "https://jitpack.io" } inside build.gradle in allprojects -> repository like below:-

allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}

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

No branches or pull requests

3 participants