From 4e8fd49a28e1685dced1a90f661b8144d128260e Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 13 Sep 2016 23:03:21 +0200 Subject: [PATCH] update stetho to 1.4.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 65e32c988..389757258 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ dependencies { compile 'joda-time:joda-time:2.9.1' compile 'com.jakewharton:butterknife:8.0.1' compile 'com.github.yukuku:ambilwarna:2.0.1' - compile 'com.facebook.stetho:stetho:1.3.1' + compile 'com.facebook.stetho:stetho:1.4.1' apt 'com.jakewharton:butterknife-compiler:8.0.1' }