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