ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

Dependency to be added #12

Closed alexrs closed 9 years ago

alexrs commented 9 years ago

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!

ozodrukh commented 9 years ago

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'])

alexrs commented 9 years ago

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.

ozodrukh commented 9 years ago

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

ozodrukh commented 9 years ago

From Readme.md

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

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