Skip to content

Addressed lint warnings in the demo project #307

Addressed lint warnings in the demo project

Addressed lint warnings in the demo project #307

Triggered via pull request July 19, 2024 19:53
Status Success
Total duration 5m 7s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 1 notice
Build
Processed 19 files: 15 tests ✅ passed, checks: ⚠️ 1 warning
Internationalization:Bidirectional Text: Using RTL attributes without enabling RTL support: demo-project/login/src/main/AndroidManifest.xml#L1
The project references RTL attributes, but does not explicitly enable or disable RTL support with `android:supportsRtl` in the manifest To enable right-to-left support, when running on API 17 and higher, you must set the `android:supportsRtl` attribute in the manifest `<application>` element. If you have started adding RTL attributes, but have not yet finished the migration, you can set the attribute to false to satisfy this lint check.