diff --git a/library/build.gradle b/library/build.gradle index a7738f7..163d5d0 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -36,7 +36,7 @@ android { dependencies { // If you are developing any dependencies locally, also list them in local.dependencies. - compile 'com.github.material-motion:indefinite-observable-android:develop-SNAPSHOT' + compile 'com.github.material-motion:indefinite-observable-android:2.0.0' testCompile 'com.google.truth:truth:0.28' testCompile 'junit:junit:4.12'