-
Notifications
You must be signed in to change notification settings - Fork 144
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
Crash app, theme, android manifest #100
Comments
add this to the application tag: |
What problem does that line solve? |
This answer does not solve my question. The library does not accept standard android theme (. "Tool-replace" has been used. |
I can confirm @passy AND @BraisGabin fixed this in commit: 25b5c12, as building the library locally I no longer have this issue. Thank you! |
I was having trouble adding this dependency along with the same manifest warnings. Here's what I did to fix it - In my app manifest I added the following in the application tag -
In my app level gradle file I added these dependencies -
In my project level gradle file I added this inside the allprojects block -
|
Crash app with any android theme
No crash with my theme
The text was updated successfully, but these errors were encountered: