From 639f1876614af43468b56be125c4273a3bca1786 Mon Sep 17 00:00:00 2001 From: wojtek wawerek Date: Thu, 2 Aug 2018 13:31:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7a688..93af96c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Once you have JCenter configured, add this line to your `build.gradle` file: ```gradle dependencies { - compile 'com.estimote:sdk:1.4.4' + compile 'com.estimote:sdk:1.4.5' } ``` *Important: If you are migrating from the old sdk (0.16.0), [here are some handy tips](Docs/switching_to_1.0.0.md) to help you adopt to breaking changes.*