diff --git a/README.md b/README.md index 46a9944..9d19af1 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Green Coffee Example \ No newline at end of file +# Green Coffee Example + +Example application for the library [Green Coffee](https://github.com/mauriciotogneri/green-coffee). \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index c84b5c0..ead237d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,5 +49,5 @@ dependencies { compile 'com.android.support:appcompat-v7:25.2.0' - androidTestCompile 'com.mauriciotogneri:greencoffee:2.0.0' + androidTestCompile 'com.mauriciotogneri:greencoffee:2.0.1' } \ No newline at end of file