|
1 | 1 | <?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"> |
3 | 3 |
|
4 | 4 | <issue |
5 | 5 | id="DuplicateIncludedIds" |
|
63 | 63 | file="src/main/AndroidManifest.xml"/> |
64 | 64 | </issue> |
65 | 65 |
|
| 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 = "36"" |
| 70 | + errorLine2=" ~~~~"> |
| 71 | + <location |
| 72 | + file="$HOME/work/Launcher/Launcher/gradle/libs.versions.toml" |
| 73 | + line="17" |
| 74 | + column="23"/> |
| 75 | + </issue> |
| 76 | + |
66 | 77 | <issue |
67 | 78 | id="CustomSplashScreen" |
68 | 79 | message="The application should not provide its own launch screen" |
|
701 | 712 | column="13"/> |
702 | 713 | </issue> |
703 | 714 |
|
| 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 = "36"" |
| 730 | + errorLine2=" ~~~~"> |
| 731 | + <location |
| 732 | + file="$HOME/work/Launcher/Launcher/gradle/libs.versions.toml" |
| 733 | + line="16" |
| 734 | + column="31"/> |
| 735 | + </issue> |
| 736 | + |
704 | 737 | <issue |
705 | 738 | id="LockedOrientationActivity" |
706 | 739 | message="Expecting `android:screenOrientation="unspecified"` or `"fullSensor"` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices" |
|
714 | 747 |
|
715 | 748 | <issue |
716 | 749 | 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" |
718 | 751 | errorLine1="detektCompose = "0.4.28"" |
719 | 752 | errorLine2=" ~~~~~~~~"> |
720 | 753 | <location |
|
0 commit comments