Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
213aa2d464 chore(deps): Update dependency androidx.core:core-ktx to v1.19.0 2026-06-10 09:45:27 +00:00

View File

@@ -36,7 +36,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
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 {