From cfcae2445536730a8313dea7f1a149621f35b8fa Mon Sep 17 00:00:00 2001 From: Sergey Zenchenko Date: Thu, 23 Aug 2018 17:57:20 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65dd42f..bf1bb54 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ buildscript { } dependencies { - classpath "com.appspector:android-sdk-plugin:1.0.2" + classpath "com.appspector:android-sdk-plugin:1.0.3" } } @@ -41,7 +41,7 @@ repositories { } dependencies { - implementation "com.appspector:android-sdk:1.0.2" + implementation "com.appspector:android-sdk:1.0.3" } ```