/home/jenkins/.jenkins/workspace/RESPECT-Primary/gradle/wrapper/gradle-wrapper.properties:3: Warning: A newer version of Gradle than 8.11.1 is available: 8.14.2 [AndroidGradlePluginVersion]
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "AndroidGradlePluginVersion":
   This detector looks for usage of the Android Gradle Plugin where the
   version you are using is not the current stable release. Using older
   versions is fine, and there are cases where you deliberately want to stick
   with an older version. However, you may simply not be aware that a more
   recent version is available, and that is what this lint check helps find.

/home/jenkins/.jenkins/workspace/RESPECT-Primary/gradle/libs.versions.toml:7: Warning: A newer version of androidx.appcompat:appcompat than 1.7.0 is available: 1.7.1 [GradleDependency]
androidx-appcompat = "1.7.0"
                     ~~~~~~~
/home/jenkins/.jenkins/workspace/RESPECT-Primary/gradle/libs.versions.toml:9: Warning: A newer version of androidx.core:core-ktx than 1.15.0 is available: 1.16.0 [GradleDependency]
androidx-core-ktx = "1.15.0"
                    ~~~~~~~~
/home/jenkins/.jenkins/workspace/RESPECT-Primary/gradle/libs.versions.toml:28: Warning: A newer version of org.jetbrains.kotlin:kotlin-stdlib than 2.1.10 is available: 2.1.20 [GradleDependency]
kotlinStdlib = "2.1.10"
               ~~~~~~~~
/home/jenkins/.jenkins/workspace/RESPECT-Primary/gradle/libs.versions.toml:29: Warning: A newer version of androidx.test:runner than 1.5.2 is available: 1.6.2 [GradleDependency]
runner = "1.5.2"
         ~~~~~~~
/home/jenkins/.jenkins/workspace/RESPECT-Primary/gradle/libs.versions.toml:30: Warning: A newer version of androidx.test:core than 1.5.0 is available: 1.6.1 [GradleDependency]
core = "1.5.0"
       ~~~~~~~

   Explanation for issues of type "GradleDependency":
   This detector looks for usages of libraries where the version you are using
   is not the current stable release. Using older versions is fine, and there
   are cases where you deliberately want to stick with an older version.
   However, you may simply not be aware that a more recent version is
   available, and that is what this lint check helps find.

/home/jenkins/.jenkins/workspace/RESPECT-Primary/composeApp/src/androidMain/res/drawable-v24: Warning: This folder configuration (v24) is unnecessary; minSdkVersion is 24. Merge all the resources in this folder into drawable. [ObsoleteSdkInt]

   Explanation for issues of type "ObsoleteSdkInt":
   This check flags version checks that are not necessary, because the
   minSdkVersion (or surrounding known API level) is already at least as high
   as the version checked for.

   Similarly, it also looks for resources in -vNN folders, such as values-v14
   where the version qualifier is less than or equal to the minSdkVersion,
   where the contents should be merged into the best folder.

/home/jenkins/.jenkins/workspace/RESPECT-Primary/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml:2: Warning: The application adaptive icon is missing a monochrome tag [MonochromeLauncherIcon]
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
^
/home/jenkins/.jenkins/workspace/RESPECT-Primary/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml:2: Warning: The application adaptive roundIcon is missing a monochrome tag [MonochromeLauncherIcon]
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
^

   Explanation for issues of type "MonochromeLauncherIcon":
   If android:roundIcon and android:icon are both in your manifest, you must
   either remove the reference to android:roundIcon if it is not needed; or,
   supply the monochrome icon in the drawable defined by the android:roundIcon
   and android:icon attribute.

   For example, if android:roundIcon and android:icon are both in the
   manifest, a launcher might choose to use android:roundIcon over
   android:icon to display the adaptive app icon. Therefore, your themed
   application iconwill not show if your monochrome attribute is not also
   specified in android:roundIcon.

0 errors, 9 warnings
