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
17 changes: 3 additions & 14 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/kotlin/org/fossify/camera/activities/SettingsActivity.kt"
line="122"
line="113"
column="13"/>
</issue>

Expand Down Expand Up @@ -120,7 +120,7 @@

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.application than 8.11.1 is available: 8.12.0"
message="A newer version of com.android.application than 8.11.1 is available: 8.12.2"
errorLine1="gradlePlugins-agp = &quot;8.11.1&quot;"
errorLine2=" ~~~~~~~~">
<location
Expand All @@ -131,7 +131,7 @@

<issue
id="GradleDependency"
message="A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.8.6 is available: 2.9.2"
message="A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.8.6 is available: 2.9.3"
errorLine1="androidx-ktx = &quot;2.8.6&quot;"
errorLine2=" ~~~~~~~">
<location
Expand Down Expand Up @@ -162,17 +162,6 @@
column="13"/>
</issue>

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

<issue
id="DiscouragedApi"
message="Fixed screen orientations will be ignored in most cases, starting from Android 16. Android is moving toward a model where apps are expected to adapt to various orientations, display sizes, and aspect ratios."
Expand Down
Loading