- No changes, just upload again to maven central.
Migrate to AndroidX
Split the library in two components. To import this version change this:
debugImplementation 'com.21buttons:fragment-test-rule:1.0.0'
to this:
androidTestImplementation 'com.21buttons:fragment-test-rule:1.1.0'
debugImplementation 'com.21buttons:fragment-test-rule-extras:1.1.0'
Add FragmentTestRule Factory methods to create a FragmentTestRule with a default activity container.
Initial release.