ktx runtime 统一使用tom 版本
This commit is contained in:
parent
2ae95eea06
commit
adf08dceb0
|
|
@ -35,10 +35,6 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testImplementation "junit:junit:$versions.junit"
|
implementation(libs.androidx.lifecycle.runtime.ktx)
|
||||||
androidTestImplementation "androidx.test:runner:$versions.runner"
|
|
||||||
androidTestImplementation "androidx.test.espresso:espresso-core:$versions.espressoCore"
|
|
||||||
|
|
||||||
api "androidx.lifecycle:lifecycle-runtime-ktx:$versions.androidxLifecycleRuntime"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':youtube:core')
|
implementation project(':youtube:core')
|
||||||
implementation "androidx.core:core-ktx:$versions.androidxCore"
|
implementation(libs.androidx.core.ktx)
|
||||||
implementation "androidx.recyclerview:recyclerview:$versions.androidxRecyclerView"
|
implementation(libs.recyclerview)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue