diff --git a/README.md b/README.md index 0836398..f3f17b8 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,12 @@ dependencies { compile 'io.palaima.debugdrawer:debugdrawer-location:0.7.0' } ``` +Google Location library required +```gradle +dependencies { + compile 'com.google.android.gms:play-services-location:x.x.x' +} +``` `TimberModule` [Timber](https://github.com/JakeWharton/timber) library required diff --git a/build.gradle b/build.gradle index ce08d09..c667f2d 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0-beta1' + classpath 'com.android.tools.build:gradle:2.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files