/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/lint-baseline.xml: Information: 2 warnings were filtered out because they are listed in the baseline file, lint-baseline.xml [LintBaseline]
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/lint-baseline.xml: Information: 20 errors/warnings were listed in the baseline file (lint-baseline.xml) but not found in the project; perhaps they have been fixed? Another possible explanation is that lint recently stopped analyzing (and including results from) dependent projects by default. You can turn this back on with android.lintOptions.checkDependencies=true. Unmatched issue types: AndroidGradlePluginVersion, ExportedReceiver, GradleDependency (6), ModifierParameter, SdCardPath (2), UnspecifiedRegisterReceiverFlag (2), UnusedResources (7) [LintBaselineFixed]

   Explanation for issues of type "LintBaselineFixed":
   If a lint baseline describes a problem which is no longer reported, then
   the problem has either been fixed, or perhaps the issue type has been
   disabled. In any case, the entry can be removed from the baseline (such
   that if the issue is reintroduced at some point, lint will complain rather
   than just silently starting to match the old baseline entry again.)

/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/AndroidManifest.xml:19: Warning: The Google Play store has a policy that limits usage of MANAGE_EXTERNAL_STORAGE [ScopedStorage]
    <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "ScopedStorage":
   Scoped storage is enforced on Android 10+ (or Android 11+ if using
   requestLegacyExternalStorage). In particular, WRITE_EXTERNAL_STORAGE will
   no longer provide write access to all files; it will provide the equivalent
   of READ_EXTERNAL_STORAGE instead.

   As of Android 13, if you need to query or interact with MediaStore or media
   files on the shared storage, you should be using instead one or more new
   storage permissions:
   * android.permission.READ_MEDIA_IMAGES
   * android.permission.READ_MEDIA_VIDEO
   * android.permission.READ_MEDIA_AUDIO

   and then add maxSdkVersion="33" to the older permission. See the developer
   guide for how to do this:
   https://developer.android.com/about/versions/13/behavior-changes-13#granula
   r-media-permissions

   The MANAGE_EXTERNAL_STORAGE permission can be used to manage all files, but
   it is rarely necessary and most apps on Google Play are not allowed to use
   it. Most apps should instead migrate to use scoped storage. To modify or
   delete files, apps should request write access from the user as described
   at https://goo.gle/android-mediastore-createwriterequest.

   To learn more, read these resources: Play policy:
   https://goo.gle/policy-storage-help Allowable use cases:
   https://goo.gle/policy-storage-usecases

   https://goo.gle/android-storage-usecases

/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:97: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
        return Build.DISPLAY.toLowerCase().contains("5.") && Build.DISPLAY.toLowerCase().contains("+v") ||
                             ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:97: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
        return Build.DISPLAY.toLowerCase().contains("5.") && Build.DISPLAY.toLowerCase().contains("+v") ||
                                                                           ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:98: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("5.") && Build.DISPLAY.toLowerCase().contains("+av")) ||
                               ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:98: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("5.") && Build.DISPLAY.toLowerCase().contains("+av")) ||
                                                                             ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:99: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("6.") && Build.DISPLAY.toLowerCase().contains("+v")) ||
                               ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:99: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("6.") && Build.DISPLAY.toLowerCase().contains("+v")) ||
                                                                             ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:100: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("6.") && Build.DISPLAY.toLowerCase().contains("+av")) ||
                               ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:100: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("6.") && Build.DISPLAY.toLowerCase().contains("+av")) ||
                                                                             ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:101: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("7.") && Build.DISPLAY.toLowerCase().contains("+v")) ||
                               ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:101: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("7.") && Build.DISPLAY.toLowerCase().contains("+v")) ||
                                                                             ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:102: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("7.") && Build.DISPLAY.toLowerCase().contains("+av"));
                               ~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/Util.java:102: Warning: Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead. For strings meant to be internal use Locale.ROOT, otherwise Locale.getDefault(). [DefaultLocale]
                (Build.DISPLAY.toLowerCase().contains("7.") && Build.DISPLAY.toLowerCase().contains("+av"));
                                                                             ~~~~~~~~~~~

   Explanation for issues of type "DefaultLocale":
   Calling String#toLowerCase() or #toUpperCase() without specifying an
   explicit locale is a common source of bugs. The reason for that is that
   those methods will use the current locale on the user's device, and even
   though the code appears to work correctly when you are developing the app,
   it will fail in some locales. For example, in the Turkish locale, the
   uppercase replacement for i is not I.

   If you want the methods to just perform ASCII replacement, for example to
   convert an enum name, call String#toUpperCase(Locale.ROOT) instead. If you
   really want to use the current locale, call
   String#toUpperCase(Locale.getDefault()) instead.

   https://developer.android.com/reference/java/util/Locale.html#default_locale

/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/networkActivity/ESTCertificateActivity.kt:296: Warning: Do not hardcode "/sdcard/"; use Environment.getExternalStorageDirectory().getPath() instead [SdCardPath]
                        placeholder = { Text("/sdcard/cacert.pem", style = getEloSmallSecondaryText()) }
                                              ~~~~~~~~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/networkActivity/LocalCertificateActivity.kt:229: Warning: Do not hardcode "/sdcard/"; use Environment.getExternalStorageDirectory().getPath() instead [SdCardPath]
                            placeholder = { Text("/sdcard/cacert.pem") }
                                                  ~~~~~~~~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/systemActivity/SystemActivityDialogs.kt:1616: Warning: Do not hardcode "/sdcard/"; use Environment.getExternalStorageDirectory().getPath() instead [SdCardPath]
                    textFieldValueHint = "/sdcard/example/file.txt",
                                          ~~~~~~~~~~~~~~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/viewmodel/SystemActivityViewModel.kt:1095: Warning: Do not hardcode "/sdcard/"; use Environment.getExternalStorageDirectory().getPath() instead [SdCardPath]
        val filePath = "/sdcard/elo/$eloConfFileName"
                        ~~~~~~~~~~~~

   Explanation for issues of type "SdCardPath":
   Your code should not reference the /sdcard path directly; instead use
   Environment.getExternalStorageDirectory().getPath().

   Similarly, do not reference the /data/data/ path directly; it can vary in
   multi-user scenarios. Instead, use Context.getFilesDir().getPath().

   https://developer.android.com/training/data-storage#filesExternal

/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:2: Warning: A newer version of com.android.application than 8.7.3 is available: 8.11.1 [AndroidGradlePluginVersion]
agp = "8.7.3"
      ~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:2: Warning: A newer version of com.android.application than 8.7.3 is available: 8.11.1 [AndroidGradlePluginVersion]
agp = "8.7.3"
      ~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:2: Warning: A newer version of com.android.application than 8.7.3 is available: 8.11.1 [AndroidGradlePluginVersion]
agp = "8.7.3"
      ~~~~~~~

   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/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:5: Warning: A newer version of androidx.core:core-ktx than 1.13.1 is available: 1.16.0 [GradleDependency]
coreKtx = "1.13.1"
          ~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:5: Warning: A newer version of androidx.core:core-ktx than 1.13.1 is available: 1.16.0 [GradleDependency]
coreKtx = "1.13.1"
          ~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:5: Warning: A newer version of androidx.core:core-ktx than 1.13.1 is available: 1.16.0 [GradleDependency]
coreKtx = "1.13.1"
          ~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:9: Warning: A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.8.2 is available: 2.9.2 [GradleDependency]
lifecycleRuntimeKtx = "2.8.2"
                      ~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:9: Warning: A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.8.2 is available: 2.9.2 [GradleDependency]
lifecycleRuntimeKtx = "2.8.2"
                      ~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:9: Warning: A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.8.2 is available: 2.9.2 [GradleDependency]
lifecycleRuntimeKtx = "2.8.2"
                      ~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:11: Warning: A newer version of androidx.compose:compose-bom than 2025.06.01 is available: 2025.07.00 [GradleDependency]
composeBom = "2025.06.01"
             ~~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:11: Warning: A newer version of androidx.compose:compose-bom than 2025.06.01 is available: 2025.07.00 [GradleDependency]
composeBom = "2025.06.01"
             ~~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:11: Warning: A newer version of androidx.compose:compose-bom than 2025.06.01 is available: 2025.07.00 [GradleDependency]
composeBom = "2025.06.01"
             ~~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:12: Warning: A newer version of com.squareup.okio:okio than 3.6.0 is available: 3.11.0 [GradleDependency]
okio = "3.6.0"
       ~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:12: Warning: A newer version of com.squareup.okio:okio than 3.6.0 is available: 3.11.0 [GradleDependency]
okio = "3.6.0"
       ~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/gradle/libs.versions.toml:12: Warning: A newer version of com.squareup.okio:okio than 3.6.0 is available: 3.11.0 [GradleDependency]
okio = "3.6.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/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/CommonDialogComposables.kt:1037: Warning: Using Configuration.screenHeightDp instead of LocalWindowInfo.current.containerSize [ConfigurationScreenWidthHeight from androidx.compose.ui]
            val screenHeight = configuration.screenHeightDp.dp
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/CommonDialogComposables.kt:1038: Warning: Using Configuration.screenWidthDp instead of LocalWindowInfo.current.containerSize [ConfigurationScreenWidthHeight from androidx.compose.ui]
            val screenWidth = configuration.screenWidthDp.dp
                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "ConfigurationScreenWidthHeight":
   Configuration.screenWidthDp and Configuration.screenHeightDp have different
   insets behaviour depending on target SDK version, and are rounded to the
   nearest Dp. This means that using these values in composition to size a
   layout can result in issues, as these values do not accurately represent
   the actual available window size. Instead it is recommended to use
   WindowInfo.containerSize which accurately represents the window size.

   Vendor: Jetpack Compose
   Identifier: androidx.compose.ui
   Feedback: https://issuetracker.google.com/issues/new?component=612128

/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/common/CommonDialogComposables.kt:950: Warning: Modifier parameter should be the first optional parameter [ModifierParameter from androidx.compose.ui]
            modifier: Modifier = Modifier
            ~~~~~~~~

   Explanation for issues of type "ModifierParameter":
   The first (or only) Modifier parameter in a Composable function should
   follow the following rules:
   - Be named modifier
   - Have a type of Modifier
   - Either have no default value, or have a default value of Modifier
   - If optional, be the first optional parameter in the parameter list

   Vendor: Jetpack Compose
   Identifier: androidx.compose.ui
   Feedback: https://issuetracker.google.com/issues/new?component=612128

/home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/src/main/java/com/eloview/sdk/testapp/viewmodel/SystemActivityViewModel.kt:1122: Warning: Setting file permissions to world-readable can be risky, review carefully [SetWorldReadable]
            fl.setReadable(true, false)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "SetWorldReadable":
   Setting files world-readable is very dangerous, and likely to cause
   security holes in applications. It is strongly discouraged; instead,
   applications should use more formal mechanisms for interactions such as
   ContentProvider, BroadcastReceiver, and Service.

   https://goo.gle/SetWorldReadable

/home/elo/.gradle/caches/8.10/transforms/c75a759ecc3c60424367fa13dbac979d/transformed/eloviewhomeSDK2/jars/classes.jar: Warning: checkClientTrusted is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers [TrustAllX509TrustManager]
/home/elo/.gradle/caches/8.10/transforms/c75a759ecc3c60424367fa13dbac979d/transformed/eloviewhomeSDK2/jars/classes.jar: Warning: checkServerTrusted is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers [TrustAllX509TrustManager]

   Explanation for issues of type "TrustAllX509TrustManager":
   This check looks for X509TrustManager implementations whose
   checkServerTrusted or checkClientTrusted methods do nothing (thus trusting
   any certificate chain) which could result in insecure network traffic
   caused by trusting arbitrary TLS/SSL certificates presented by peers.

   https://goo.gle/TrustAllX509TrustManager

0 errors, 38 warnings (2 warnings filtered by baseline lint-baseline.xml)
