diff --git a/README.md b/README.md
index 833ae48..d4c08c9 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Download
#### Gradle
```
-compile 'com.github.tony19:timber-loggly:1.0.1'
+compile 'com.github.tony19:timber-loggly:1.0.2'
compile 'com.squareup.retrofit:retrofit:1.9.0'
```
@@ -47,7 +47,7 @@ compile 'com.squareup.retrofit:retrofit:1.9.0'
com.github.tony19
timber-loggly
- 1.0.1
+ 1.0.2
com.squareup.retrofit
diff --git a/timber-loggly/build.gradle b/timber-loggly/build.gradle
index e267620..86ffc53 100644
--- a/timber-loggly/build.gradle
+++ b/timber-loggly/build.gradle
@@ -25,7 +25,7 @@ dependencies {
testCompile 'com.fasterxml.jackson.core:jackson-annotations:2.6.3'
compile 'com.jakewharton.timber:timber:4.1.2'
- compile ('com.github.tony19:loggly-client:1.0.3') {
+ compile ('com.github.tony19:loggly-client:1.0.4') {
exclude group:'com.jakewharton.timber', module:'timber'
}
}