Skip to content

Commit fb606c0

Browse files
chore: update lint baselines
1 parent fd1eed9 commit fb606c0

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.1.0" type="baseline" client="gradle" dependencies="false" name="AGP (9.1.0)" variant="all" version="9.1.0">
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="ExifInterface"
@@ -23,6 +23,17 @@
2323
column="20"/>
2424
</issue>
2525

26+
<issue
27+
id="OldTargetApi"
28+
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."
29+
errorLine1="app-build-targetSDK = &quot;36&quot;"
30+
errorLine2=" ~~~~">
31+
<location
32+
file="$HOME/work/Messages/Messages/gradle/libs.versions.toml"
33+
line="27"
34+
column="23"/>
35+
</issue>
36+
2637
<issue
2738
id="CustomSplashScreen"
2839
message="The application should not provide its own launch screen"
@@ -34,9 +45,31 @@
3445
column="7"/>
3546
</issue>
3647

48+
<issue
49+
id="AndroidGradlePluginVersion"
50+
message="A newer version of Gradle than 9.4.1 is available: 9.5.0"
51+
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip"
52+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
53+
<location
54+
file="$HOME/work/Messages/Messages/gradle/wrapper/gradle-wrapper.properties"
55+
line="3"
56+
column="17"/>
57+
</issue>
58+
59+
<issue
60+
id="GradleDependency"
61+
message="A newer version of `app-build-compileSDKVersion` than 36 is available: 37"
62+
errorLine1="app-build-compileSDKVersion = &quot;36&quot;"
63+
errorLine2=" ~~~~">
64+
<location
65+
file="$HOME/work/Messages/Messages/gradle/libs.versions.toml"
66+
line="26"
67+
column="31"/>
68+
</issue>
69+
3770
<issue
3871
id="NewerVersionAvailable"
39-
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.6"
72+
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.8"
4073
errorLine1="detektCompose = &quot;0.4.28&quot;"
4174
errorLine2=" ~~~~~~~~">
4275
<location

0 commit comments

Comments
 (0)