GithubHelp home page GithubHelp logo

Comments (4)

AlexKolpa avatar AlexKolpa commented on July 24, 2024

Interesting. Looks like one of the dependencies is no longer hosted on jCenter anymore. I'll update the library as soon as I can.

Actually, it looks like the gradle-maven-push plugin I use doesn't include the <repositories> tag. I'll see if I can fix this. In the mean time, I think you might be able to fix it by including maven { url "https://jitpack.io" } in your repositories in gradle.

from fab-toolbar.

NetaLev avatar NetaLev commented on July 24, 2024

I'm having the same problem. I'm new to Gradle (actually, I'm only starting to learn android programming) and don't exactly know how to include the repository you have mentioned (I've tried and it didn't work - but probably because I did something wrong). AlexKopla, can you please explain where exactly to add this maven url (file & location)? Many thanks ahead! (:
Neta

from fab-toolbar.

alexwalterbos avatar alexwalterbos commented on July 24, 2024

@NetaLev in build.gradle, find or add the repositories { ... } property and add this line in the brackets: maven { url "https://jitpack.io" }.

from fab-toolbar.

NetaLev avatar NetaLev commented on July 24, 2024

@alexwalterbos Thanks!

from fab-toolbar.

Related Issues (8)

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.