infinum / android_dbinspector

Android library for viewing, editing and sharing in app databases.
Apache License 2.0
951 stars 91 forks source link

Build fail on processDebugMainManifest #84

Closed jakoss closed 3 years ago

jakoss commented 3 years ago

:writing_hand: 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 commented 3 years ago

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

jakoss commented 3 years ago

Works fine, thanks!