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

Separate EventBus Android artifact #670

Merged
merged 25 commits into from
Nov 30, 2021
Merged

Separate EventBus Android artifact #670

merged 25 commits into from
Nov 30, 2021

Conversation

greenrobot-team
Copy link
Collaborator

@greenrobot-team greenrobot-team commented Jun 22, 2021

Builds upon #665

  • Build tools and project updates.
  • Migrate to maven-publish plugin.
  • Fixes main thread detection regression, clean up.
  • Make Android tests work: find a way to not run AndroidComponentsAvailabilityOnJavaTest on Android, or somehow change tests.
  • Update README (add instructions for Java-only eventbus-java).

@greenrobot-team
Copy link
Collaborator Author

Actually Android tests were broken because of a regression: new code did not properly check for main thread. e573ffa

@greenrobot-team
Copy link
Collaborator Author

Change to prevent removal/renaming by R8 of Android components class accessed via reflection. Added README for new module. Updated main README. Restored license in POM. Fixed Android tests.

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.

2 participants