Remove redundant androidx.core deps

This commit is contained in:
Goooler
2024-11-06 09:44:48 +08:00
parent 93f4b3db26
commit a195be84e3
3 changed files with 0 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ addFrameworkJar('framework-15.jar')
compileOnlyCommonJars()
dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation "com.google.dagger:hilt-android:$daggerVersion"
ksp "com.google.dagger:hilt-compiler:$daggerVersion"
implementation 'androidx.core:core-animation:1.0.0'