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

@@ -415,9 +415,6 @@ dependencies {
implementation "androidx.room:room-ktx:$roomVersion" implementation "androidx.room:room-ktx:$roomVersion"
ksp "androidx.room:room-compiler:$roomVersion" ksp "androidx.room:room-compiler:$roomVersion"
def core_version = "1.13.1"
implementation "androidx.core:core:$core_version"
implementation "com.github.topjohnwu.libsu:service:6.0.0" implementation "com.github.topjohnwu.libsu:service:6.0.0"
// Persian Date // Persian Date

View File

@@ -22,7 +22,6 @@ addFrameworkJar('framework-15.jar')
compileOnlyCommonJars() compileOnlyCommonJars()
dependencies { dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.core:core-animation:1.0.0' implementation 'androidx.core:core-animation:1.0.0'
compileOnly projects.animationlib compileOnly projects.animationlib
compileOnly projects.wmshell compileOnly projects.wmshell

View File

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