Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.1.0 #74

Merged
merged 1 commit into from
Nov 21, 2020
Merged

Release 4.1.0 #74

merged 1 commit into from
Nov 21, 2020

Conversation

zawadz88
Copy link
Owner

Fixes issue #73

When running Robolectric tests we would get the following error:
java.lang.IllegalAccessError: tried to access class kotlin.jvm.internal.DefaultConstructorMarker from class androidx.appcompat.widget.MaterialRecyclerViewPopupWindow$Companion.

Additional changes:

  • changed visibility of some internal classes i.e. MaterialRecyclerViewPopupWindow & SectionedRecyclerViewAdapter as they were not meant to be exposed anyway
  • update Gradle & AGP versions
  • target API version 28 -> 29
  • moved SanityTest to sharedTest source set so that it can be tested with Robolectric as well

When running Robolectric tests we would get the following error:
`java.lang.IllegalAccessError: tried to access class kotlin.jvm.internal.DefaultConstructorMarker from class androidx.appcompat.widget.MaterialRecyclerViewPopupWindow$Companion`.

Additional changes:
- changed visibility of some internal classes i.e. `MaterialRecyclerViewPopupWindow` & `SectionedRecyclerViewAdapter` as they were not meant to be exposed anyway
- update Gradle & AGP versions
- target API version 28 -> 29
- moved `SanityTest` to `sharedTest` source set so that it can be tested with Robolectric as well
@zawadz88 zawadz88 added this to the 4.1.0 milestone Nov 21, 2020
@zawadz88 zawadz88 self-assigned this Nov 21, 2020
@zawadz88 zawadz88 merged commit 6a1e847 into master Nov 21, 2020
@zawadz88 zawadz88 deleted the release/4.1.0 branch November 21, 2020 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant