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

Build fail on processDebugMainManifest #84

Closed
jakoss opened this issue Mar 22, 2021 · 2 comments · Fixed by #85
Closed

Build fail on processDebugMainManifest #84

jakoss opened this issue Mar 22, 2021 · 2 comments · Fixed by #85
Assignees
Labels
Milestone

Comments

@jakoss
Copy link
Contributor

jakoss commented Mar 22, 2021

✍️ Describe the bug

Using the latest version (5.2.8). I have this when trying to build on Github Actions (on windows it seems to be working fine):

> Task :app:processDebuggableDevDebugMainManifest FAILED
/__w/Kiru.MobileAndroid/Kiru.MobileAndroid/app/src/debuggable/AndroidManifest.xml:30:9-35 Error:
	Attribute application@supportsRtl value=(true) from AndroidManifest.xml:30:9-35
	is also present at [com.infinum.dbinspector:dbinspector:5.2.8] AndroidManifest.xml:12:18-45 value=(false).
	Suggestion: add 'tools:replace="android:supportsRtl"' to <application> element at AndroidManifest.xml:5:5-20:19 to override.
@bojankoma
Copy link
Collaborator

Sorry, I made that mistake with overzealous Lint cleanup.
Please update to 5.2.9 and confirm it's fixed.

@bojankoma bojankoma self-assigned this Mar 25, 2021
@bojankoma bojankoma added the bug label Mar 25, 2021
@bojankoma bojankoma added this to the 5.2.9 milestone Mar 25, 2021
@bojankoma bojankoma linked a pull request Mar 25, 2021 that will close this issue
@jakoss
Copy link
Contributor Author

jakoss commented Mar 25, 2021

Works fine, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants