-
Notifications
You must be signed in to change notification settings - Fork 34
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
Docs say that maoni-email should be included but it's not #253
Comments
Hi @Ninjaman494 ! Thanks for reporting this issue. I was able to reproduce the issue and will look into it when I get a chance.
implementation('org.rm3l:maoni:9.1.0@aar') {
transitive = true
// Needed because of https://github.com/rm3l/maoni/issues/294
exclude module: 'unspecified'
} I just tested this successfully, but then came across this other weird issue (#294), hence the exclusion hacky rule. |
A friendly reminder that this issue had no activity for at least 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
A friendly reminder that this issue had no activity for at least 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 90 days since being marked as stale. |
I was updating to
9.1.0
with the following dependencies in mybuild.gradle
:However, when I tried using Maoni builder to create a
MaoniActivity
I got a runtime error becauseMaoniEmailListener
couldn't be found. I was able to fix it by addingorg.rm3l:maoni-email:9.1.0
as a dependency, but in the README it says this should already be included?The text was updated successfully, but these errors were encountered: