Skip to content

Commit

Permalink
Depend on Fragment 1.0.0
Browse files Browse the repository at this point in the history
We purposefully depend on version 1.0.0 because we don't want to accidentally access something that's not in v1. This way, the consumer is free to choose anything from [1.0.0, 2.0.0).
  • Loading branch information
Cristan Meijer committed Oct 15, 2019
1 parent 0d4e4f8 commit 9d3d929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stetho/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 9d3d929

Please sign in to comment.