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.
  • Loading branch information
Cristan Meijer committed Oct 15, 2019
1 parent 24ca44e commit f2e1778
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 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') {
Expand Down

0 comments on commit f2e1778

Please sign in to comment.