GithubHelp home page GithubHelp logo

Comments (11)

pioneersingh321 avatar pioneersingh321 commented on May 27, 2024 1

use this will resolve the error

allprojects {
repositories {
google()
mavenCentral()
maven {
url = "https://jcenter.bintray.com"
}
}
}

from fast-android-networking.

anilthummar avatar anilthummar commented on May 27, 2024 1

add this lib
implementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2'

from fast-android-networking.

vmc111 avatar vmc111 commented on May 27, 2024

Facing Same Problem

from fast-android-networking.

chinmaydash007 avatar chinmaydash007 commented on May 27, 2024

I have also facing same issue.

from fast-android-networking.

paladin952 avatar paladin952 commented on May 27, 2024

same. this has to be moved to mavenCentral

from fast-android-networking.

jimfoambox avatar jimfoambox commented on May 27, 2024

To @paladin952 's point, I have had build errors since yesterday with the same issue and it appears to be because Jcenter is down. https://status.gradle.com/

@amitshekhariitbhu this is a great library, thank you for all your hard work on it, but I think for it to continue, as with all jcenter libraries, it has to move to mavenCentral because even though Jfrog has stated the read-only version of jcenter will be available (for now), I think the writing is on the wall that jcenter will eventually become unusable and support for outages such as this current one will fade more and more with time.

https://blog.gradle.org/jcenter-shutdown

from fast-android-networking.

paladin952 avatar paladin952 commented on May 27, 2024

I suggest you guys check in your ~/.gradle/caches (or the internet) the .aar and put it manually in the project until there is a fix for this.

from fast-android-networking.

Crustus avatar Crustus commented on May 27, 2024

++ to move

from fast-android-networking.

danaibrilli avatar danaibrilli commented on May 27, 2024

Same Problem Here!

from fast-android-networking.

Dharmiksinhvaja15032004 avatar Dharmiksinhvaja15032004 commented on May 27, 2024

add this lib implementation 'com.github.amitshekhariitbhu.Fast-Android-Networking:android-networking:v1.0.2'

sem eroor hai to bhi

from fast-android-networking.

pioneersingh321 avatar pioneersingh321 commented on May 27, 2024

add dependencies
{ implementation 'com.amitshekhar.android:android-networking:1.0.2' }
and add this

android ->build.gradle file

allprojects { repositories { google() mavenCentral() jcenter() } }

its working for me

from fast-android-networking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.