Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.animation:animation than 1.7.8 is available: 1.9.5"
message="A newer version of androidx.compose.animation:animation than 1.7.8 is available: 1.10.0"
errorLine1="compose = &quot;1.7.8&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -76,7 +76,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.runtime:runtime than 1.7.8 is available: 1.9.5"
message="A newer version of androidx.compose.runtime:runtime than 1.7.8 is available: 1.10.0"
errorLine1="compose = &quot;1.7.8&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -87,7 +87,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.ui:ui than 1.7.8 is available: 1.9.5"
message="A newer version of androidx.compose.ui:ui than 1.7.8 is available: 1.10.0"
errorLine1="compose = &quot;1.7.8&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -98,7 +98,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.ui:ui-tooling than 1.7.8 is available: 1.9.5"
message="A newer version of androidx.compose.ui:ui-tooling than 1.7.8 is available: 1.10.0"
errorLine1="compose = &quot;1.7.8&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -109,7 +109,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.compose.ui:ui-tooling-preview than 1.7.8 is available: 1.9.5"
message="A newer version of androidx.compose.ui:ui-tooling-preview than 1.7.8 is available: 1.10.0"
errorLine1="compose = &quot;1.7.8&quot;"
errorLine2=" ~~~~~~~">
<location
Expand All @@ -129,6 +129,17 @@
column="11"/>
</issue>

<issue
id="NewerVersionAvailable"
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.1"
errorLine1="detektCompose = &quot;0.4.28&quot;"
errorLine2=" ~~~~~~~~">
<location
file="$HOME/work/Thank-You/Thank-You/gradle/libs.versions.toml"
line="6"
column="17"/>
</issue>

<issue
id="MissingTranslation"
message="&quot;app_launcher_name&quot; is not translated in &quot;ms&quot; (Malay), &quot;is&quot; (Icelandic), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;ltg&quot;, &quot;or&quot; (Odia), &quot;ko&quot; (Korean), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh)"
Expand Down
Loading