Skip to content

Conversation

@leinardi
Copy link
Owner

No description provided.

@leinardi leinardi merged commit 60f684d into release Jul 26, 2025
15 checks passed
plugin-easylauncher = "com.project.starter:easylauncher:6.2.0"
plugin-firebase-crashlytics = "com.google.firebase:firebase-crashlytics-gradle:2.9.9"
plugin-firebase-perf = "com.google.firebase:perf-plugin:1.4.2"
plugin-google-services = "com.google.gms:google-services:4.4.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L172

Obsolete Gradle Dependency A newer version of com.google.gms:google-services than 4.4.0 is available: 4.4.3 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.

plugin-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
plugin-easylauncher = "com.project.starter:easylauncher:6.2.0"
plugin-firebase-crashlytics = "com.google.firebase:firebase-crashlytics-gradle:2.9.9"
plugin-firebase-perf = "com.google.firebase:perf-plugin:1.4.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L171

Obsolete Gradle Dependency A newer version of com.google.firebase:perf-plugin than 1.4.2 is available: 2.0.0 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.

plugin-dagger-hilt = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "dagger" }
plugin-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
plugin-easylauncher = "com.project.starter:easylauncher:6.2.0"
plugin-firebase-crashlytics = "com.google.firebase:firebase-crashlytics-gradle:2.9.9"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L170

Obsolete Gradle Dependency A newer version of com.google.firebase:firebase-crashlytics-gradle than 2.9.9 is available: 3.0.5 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.

plugin-aboutlibraries = { module = "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin", version.ref = "aboutlibraries" }
plugin-android-gradle = "com.android.tools.build:gradle:8.2.0-beta05"
plugin-androidcachefix = "gradle.plugin.org.gradle.android:android-cache-fix-gradle-plugin:2.7.3"
plugin-android-gradle = "com.android.tools.build:gradle:8.2.0-rc03"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: AndroidGradlePluginVersion
Severity: WARN
File: gradle/libs.versions.toml L163

Obsolete Android Gradle Plugin Version A newer version of com.android.tools.build:gradle than 8.2.0-rc03 is available: 8.11.1 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.

play-app-update = { module = "com.google.android.play:app-update", version.ref = "play-app-update" }
play-app-update-ktx = { module = "com.google.android.play:app-update-ktx", version.ref = "play-app-update" }
play-services-maps = "com.google.android.gms:play-services-maps:18.1.0"
play-services-maps = "com.google.android.gms:play-services-maps:18.2.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L148

Obsolete Gradle Dependency A newer version of com.google.android.gms:play-services-maps than 18.2.0 is available: 19.2.0 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.

maps-compose = "com.google.maps.android:maps-compose:3.0.0"
maps-utils-ktx = "com.google.maps.android:maps-utils-ktx:3.4.0"
material = "com.google.android.material:material:1.9.0"
material = "com.google.android.material:material:1.10.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L141

Obsolete Gradle Dependency A newer version of com.google.android.material:material than 1.10.0 is available: 1.12.0 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.

detekt-nlopez-compose-rules = "io.nlopez.compose.rules:detekt:0.3.3"
firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
firebase-bom = "com.google.firebase:firebase-bom:32.3.1"
firebase-bom = "com.google.firebase:firebase-bom:32.6.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L116

Obsolete Gradle Dependency A newer version of com.google.firebase:firebase-bom than 32.6.0 is available: 34.0.0 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.

coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
desugar = "com.android.tools:desugar_jdk_libs:2.0.3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L107

Obsolete Gradle Dependency A newer version of com.android.tools:desugar_jdk_libs than 2.0.3 is available: 2.1.5 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.

androidx-test-runner = "androidx.test:runner:1.5.2"
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha04"
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha05"
androidx-tracing = "androidx.tracing:tracing:1.1.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L95

Obsolete Gradle Dependency A newer version of androidx.tracing:tracing than 1.1.0 is available: 1.3.0 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.

androidx-test-rules = "androidx.test:rules:1.5.0"
androidx-test-runner = "androidx.test:runner:1.5.2"
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha04"
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha05"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L94

Obsolete Gradle Dependency A newer version of androidx.test.uiautomator:uiautomator than 2.3.0-alpha05 is available: 2.3.0 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.

androidx-test-ext-junit = "androidx.test.ext:junit-ktx:1.1.5"
androidx-test-orchestrator = "androidx.test:orchestrator:1.4.2"
androidx-test-rules = "androidx.test:rules:1.5.0"
androidx-test-runner = "androidx.test:runner:1.5.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L93

Obsolete Gradle Dependency A newer version of androidx.test:runner than 1.5.2 is available: 1.6.2 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.

androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.5.1"
androidx-test-ext-junit = "androidx.test.ext:junit-ktx:1.1.5"
androidx-test-orchestrator = "androidx.test:orchestrator:1.4.2"
androidx-test-rules = "androidx.test:rules:1.5.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L92

Obsolete Gradle Dependency A newer version of androidx.test:rules than 1.5.0 is available: 1.6.1 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.

androidx-test-core = "androidx.test:core-ktx:1.5.0"
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.5.1"
androidx-test-ext-junit = "androidx.test.ext:junit-ktx:1.1.5"
androidx-test-orchestrator = "androidx.test:orchestrator:1.4.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L91

Obsolete Gradle Dependency A newer version of androidx.test:orchestrator than 1.4.2 is available: 1.5.1 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.

androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
androidx-glance = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
androidx-glance-material3 = { module = "androidx.glance:glance-material3", version.ref = "glance" }
androidx-hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.1.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L69

Obsolete Gradle Dependency A newer version of androidx.hilt:hilt-navigation-compose than 1.1.0 is available: 1.2.0 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.

androidx-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.1.0-alpha13"
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.1"
androidx-customview = "androidx.customview:customview:1.2.0-alpha02"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L63

Obsolete Gradle Dependency A newer version of androidx.customview:customview than 1.2.0-alpha02 is available: 1.2.0 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.

androidx-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.0.1"
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "androidx-compose" }
androidx-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.1.0-alpha13"
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L61

Obsolete Gradle Dependency A newer version of androidx.core:core-ktx than 1.12.0 is available: 1.16.0 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.

androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidx-compose" }
androidx-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.0.1"
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "androidx-compose" }
androidx-constraintlayout-compose = "androidx.constraintlayout:constraintlayout-compose:1.1.0-alpha13"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L60

Obsolete Gradle Dependency A newer version of androidx.constraintlayout:constraintlayout-compose than 1.1.0-alpha13 is available: 1.1.1 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.

androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.1"
androidx-biometric = "androidx.biometric:biometric:1.2.0-alpha05"
androidx-browser = "androidx.browser:browser:1.6.0"
androidx-browser = "androidx.browser:browser:1.7.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L44

Obsolete Gradle Dependency A newer version of androidx.browser:browser than 1.7.0 is available: 1.8.0 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.

androidx-activity-compose = "androidx.activity:activity-compose:1.8.1"
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-beta05"
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L42

Obsolete Gradle Dependency A newer version of androidx.benchmark:benchmark-macro-junit4 than 1.2.1 is available: 1.3.4 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.

android-maps-utils = "com.google.maps.android:android-maps-utils:3.5.3"
androidx-activity-compose = "androidx.activity:activity-compose:1.7.2"
androidx-activity-compose = "androidx.activity:activity-compose:1.8.1"
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L41

Obsolete Gradle Dependency A newer version of androidx.appcompat:appcompat than 1.6.1 is available: 1.7.1 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.

accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
android-maps-utils = "com.google.maps.android:android-maps-utils:3.5.3"
androidx-activity-compose = "androidx.activity:activity-compose:1.7.2"
androidx-activity-compose = "androidx.activity:activity-compose:1.8.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L40

Obsolete Gradle Dependency A newer version of androidx.activity:activity-compose than 1.8.1 is available: 1.10.1 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.

ksp = "1.9.10-1.0.13"
ktlint = "0.43.0"
mockk = "1.13.7"
material3 = "1.2.0-alpha11"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L26

Obsolete Gradle Dependency A newer version of androidx.compose.material3:material3 than 1.2.0-alpha11 is available: 1.3.2 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.

ksp = "1.9.10-1.0.13"
ktlint = "0.43.0"
mockk = "1.13.7"
material3 = "1.2.0-alpha11"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L26

Obsolete Gradle Dependency A newer version of androidx.compose.material3:material3-window-size-class than 1.2.0-alpha11 is available: 1.3.2 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.

dagger = "2.48.1"
detekt = "1.23.1"
diktat = "1.2.5"
glance = "1.0.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L17

Obsolete Gradle Dependency A newer version of androidx.glance:glance-appwidget than 1.0.0 is available: 1.1.1 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.

dagger = "2.48.1"
detekt = "1.23.1"
diktat = "1.2.5"
glance = "1.0.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L17

Obsolete Gradle Dependency A newer version of androidx.glance:glance-material3 than 1.0.0 is available: 1.1.1 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.

androidx-room = "2.5.2"
apollo = "3.8.2"
androidx-navigation = "2.7.5"
androidx-room = "2.6.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L11

Obsolete Gradle Dependency A newer version of androidx.room:room-compiler than 2.6.0 is available: 2.7.2 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.

androidx-room = "2.5.2"
apollo = "3.8.2"
androidx-navigation = "2.7.5"
androidx-room = "2.6.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L11

Obsolete Gradle Dependency A newer version of androidx.room:room-ktx than 2.6.0 is available: 2.7.2 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.

androidx-room = "2.5.2"
apollo = "3.8.2"
androidx-navigation = "2.7.5"
androidx-room = "2.6.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L11

Obsolete Gradle Dependency A newer version of androidx.room:room-runtime than 2.6.0 is available: 2.7.2 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.

androidx-room = "2.5.2"
apollo = "3.8.2"
androidx-navigation = "2.7.5"
androidx-room = "2.6.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L11

Obsolete Gradle Dependency A newer version of androidx.room:room-testing than 2.6.0 is available: 2.7.2 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.

androidx-navigation = "2.7.3"
androidx-room = "2.5.2"
apollo = "3.8.2"
androidx-navigation = "2.7.5"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L10

Obsolete Gradle Dependency A newer version of androidx.navigation:navigation-compose than 2.7.5 is available: 2.9.2 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.

androidx-navigation = "2.7.3"
androidx-room = "2.5.2"
apollo = "3.8.2"
androidx-navigation = "2.7.5"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L10

Obsolete Gradle Dependency A newer version of androidx.navigation:navigation-fragment-ktx than 2.7.5 is available: 2.9.2 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.

androidx-navigation = "2.7.3"
androidx-room = "2.5.2"
apollo = "3.8.2"
androidx-navigation = "2.7.5"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L10

Obsolete Gradle Dependency A newer version of androidx.navigation:navigation-safe-args-gradle-plugin than 2.7.5 is available: 2.9.2 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.

androidx-navigation = "2.7.3"
androidx-room = "2.5.2"
apollo = "3.8.2"
androidx-navigation = "2.7.5"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L10

Obsolete Gradle Dependency A newer version of androidx.navigation:navigation-ui-ktx than 2.7.5 is available: 2.9.2 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.

androidx-compose = "1.6.0-beta01"
androidx-compose-compiler = "1.5.3"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L9

Obsolete Gradle Dependency A newer version of androidx.lifecycle:lifecycle-livedata-ktx than 2.6.2 is available: 2.9.2 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.

androidx-compose = "1.6.0-beta01"
androidx-compose-compiler = "1.5.3"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L9

Obsolete Gradle Dependency A newer version of androidx.lifecycle:lifecycle-process than 2.6.2 is available: 2.9.2 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.

androidx-compose = "1.6.0-beta01"
androidx-compose-compiler = "1.5.3"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L9

Obsolete Gradle Dependency A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.6.2 is available: 2.9.2 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.

androidx-compose = "1.6.0-beta01"
androidx-compose-compiler = "1.5.3"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L9

Obsolete Gradle Dependency A newer version of androidx.lifecycle:lifecycle-viewmodel-compose than 2.6.2 is available: 2.9.2 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.

androidx-compose = "1.6.0-beta01"
androidx-compose-compiler = "1.5.3"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L9

Obsolete Gradle Dependency A newer version of androidx.lifecycle:lifecycle-viewmodel-ktx than 2.6.2 is available: 2.9.2 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.

androidx-compose = "1.6.0-beta01"
androidx-compose-compiler = "1.5.3"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L9

Obsolete Gradle Dependency A newer version of androidx.lifecycle:lifecycle-viewmodel-savedstate than 2.6.2 is available: 2.9.2 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.

androidx-compose = "1.6.0-alpha06"
androidx-compose = "1.6.0-beta01"
androidx-compose-compiler = "1.5.3"
androidx-datastore = "1.0.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: GradleDependency
Severity: WARN
File: gradle/libs.versions.toml L8

Obsolete Gradle Dependency A newer version of androidx.datastore:datastore than 1.0.0 is available: 1.1.7 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants