From 398f0ad8769522c2f7ea68424505f1f5b9a53aa8 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Sat, 7 Dec 2019 13:59:30 +0100 Subject: [PATCH] Modify stetho implementation --- app/build.gradle | 2 +- readropslibrary/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 12c41dd1..148da588 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,5 +99,5 @@ dependencies { implementation 'com.mikepenz:materialdrawer:6.1.2' implementation "com.mikepenz:aboutlibraries:6.2.3" - implementation 'com.facebook.stetho:stetho:1.5.1' + debugImplementation 'com.facebook.stetho:stetho:1.5.1' } diff --git a/readropslibrary/build.gradle b/readropslibrary/build.gradle index 31653a6c..f673632c 100644 --- a/readropslibrary/build.gradle +++ b/readropslibrary/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "androidx.core:core-ktx:1.1.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.1.0' - + testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' @@ -49,7 +49,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation 'org.jsoup:jsoup:1.12.1' - implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1' + debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.5.1' }