Fix warning "Use version catalog instead"
This commit is contained in:
parent
6edc7a9323
commit
2898d830d8
3 changed files with 4 additions and 3 deletions
|
|
@ -213,8 +213,7 @@ dependencies {
|
|||
implementation(projects.appnav)
|
||||
anvil(projects.anvilcodegen)
|
||||
|
||||
// https://developer.android.com/studio/write/java8-support#library-desugaring-versions
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
|
||||
coreLibraryDesugaring(libs.android.desugar)
|
||||
implementation(libs.appyx.core)
|
||||
implementation(libs.androidx.splash)
|
||||
implementation(libs.androidx.core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue