Skip to content

Commit d976643

Browse files
chore: update lint baselines (#391)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 08d3f67 commit d976643

1 file changed

Lines changed: 35 additions & 2 deletions

File tree

app/lint-baseline.xml

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 9.0.1" type="baseline" client="gradle" dependencies="false" name="AGP (9.0.1)" variant="all" version="9.0.1">
2+
<issues format="6" by="lint 9.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (9.2.0)" variant="all" version="9.2.0">
33

44
<issue
55
id="DuplicateIncludedIds"
@@ -63,6 +63,17 @@
6363
file="src/main/AndroidManifest.xml"/>
6464
</issue>
6565

66+
<issue
67+
id="OldTargetApi"
68+
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details."
69+
errorLine1="app-build-targetSDK = &quot;36&quot;"
70+
errorLine2=" ~~~~">
71+
<location
72+
file="$HOME/work/Launcher/Launcher/gradle/libs.versions.toml"
73+
line="17"
74+
column="23"/>
75+
</issue>
76+
6677
<issue
6778
id="CustomSplashScreen"
6879
message="The application should not provide its own launch screen"
@@ -701,6 +712,28 @@
701712
column="13"/>
702713
</issue>
703714

715+
<issue
716+
id="AndroidGradlePluginVersion"
717+
message="A newer version of Gradle than 9.4.1 is available: 9.5.0"
718+
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip"
719+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
720+
<location
721+
file="$HOME/work/Launcher/Launcher/gradle/wrapper/gradle-wrapper.properties"
722+
line="3"
723+
column="17"/>
724+
</issue>
725+
726+
<issue
727+
id="GradleDependency"
728+
message="A newer version of `app-build-compileSDKVersion` than 36 is available: 37"
729+
errorLine1="app-build-compileSDKVersion = &quot;36&quot;"
730+
errorLine2=" ~~~~">
731+
<location
732+
file="$HOME/work/Launcher/Launcher/gradle/libs.versions.toml"
733+
line="16"
734+
column="31"/>
735+
</issue>
736+
704737
<issue
705738
id="LockedOrientationActivity"
706739
message="Expecting `android:screenOrientation=&quot;unspecified&quot;` or `&quot;fullSensor&quot;` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices"
@@ -714,7 +747,7 @@
714747

715748
<issue
716749
id="NewerVersionAvailable"
717-
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.6"
750+
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.8"
718751
errorLine1="detektCompose = &quot;0.4.28&quot;"
719752
errorLine2=" ~~~~~~~~">
720753
<location

0 commit comments

Comments
 (0)