You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
✍️ 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):
The text was updated successfully, but these errors were encountered: