ozodrukh/CircularReveal

Dependency to be added

alexrs opened this issue · 4 comments

Hello,

What is the dependency we should add to our build.gradle in order to use this library? I know I can download the .aar but I can't find the dependency that has been uploaded to Maven Central.

Thank you in advance!

Hello,
There is no dependency in the Maven Central :(
My apologize

u can put library into libs folder in project and then add
compile fileTree(dir: 'libs', include: ['*.jar'])

I will do it. Anyway, it would be great if you could upload it. I have used https://github.com/novoda/bintray-release to upload some libraries to JCenter.

can you share information how to create a repository on maven central or jcentral?

From Readme.md

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

  dependencies {
        compile 'com.github.ozodrukh:CircularReveal:(latest-release)@aar'
  }