diff --git a/stetho/build.gradle b/stetho/build.gradle index 4e18d4a7..a701b6c4 100644 --- a/stetho/build.gradle +++ b/stetho/build.gradle @@ -20,7 +20,7 @@ dependencies { // Optional: reflection is used to test whether this dependency is actually present. // TODO: either make this dependency 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') {