diff --git a/stetho/build.gradle b/stetho/build.gradle index 5e356101..d75550b0 100644 --- a/stetho/build.gradle +++ b/stetho/build.gradle @@ -20,7 +20,7 @@ dependencies { // Optional: reflection is used to test whether Fragment (and the transient AndroidX Core) are actually present. // TODO: either make the optional dependencies actually optional via `compileOnly` or remove the runtime checks - implementation 'androidx.fragment:fragment:1.1.0' + implementation 'androidx.fragment:fragment:1.0.0' testImplementation 'junit:junit:4.12' testImplementation('org.robolectric:robolectric:2.4') {