chore(deps): Update dependency androidx.core:core-ktx to v1.19.0

This commit is contained in:
renovate[bot]
2026-06-10 09:45:27 +00:00
committed by GitHub
parent 6818ea380f
commit 213aa2d464

View File

@@ -36,7 +36,7 @@ android {
dependencies { dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation "androidx.tvprovider:tvprovider:1.1.0" implementation "androidx.tvprovider:tvprovider:1.1.0"
implementation "androidx.core:core-ktx:1.13.1" implementation "androidx.core:core-ktx:1.19.0"
} }
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {