I
I
Ismail2018-02-18 23:08:57
Android
Ismail, 2018-02-18 23:08:57

android studio module dependencies not working?

It was necessary to modify the library, I changed it and connected it as a module, but its internal dependencies do not work.
Throws Error:(27, 18) Failed to resolve: com.github.ozodrukh:CircularReveal:2.0.1

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Zagaevsky, 2018-02-19
@Scripatch

This library is not released in Maven Central, but instead you can use JitPack
add remote maven url

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

https://github.com/ozodrukh/CircularReveal

I
Ismail, 2018-02-20
@Scripatch

Indeed, I didn't notice. Thanks to

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question