Skip to content

Commit a195be8

Browse files
committed
Remove redundant androidx.core deps
1 parent 93f4b3d commit a195be8

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,6 @@ dependencies {
415415
implementation "androidx.room:room-ktx:$roomVersion"
416416
ksp "androidx.room:room-compiler:$roomVersion"
417417

418-
def core_version = "1.13.1"
419-
implementation "androidx.core:core:$core_version"
420-
421418
implementation "com.github.topjohnwu.libsu:service:6.0.0"
422419

423420
// Persian Date

systemUIAnim/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ addFrameworkJar('framework-15.jar')
2222
compileOnlyCommonJars()
2323

2424
dependencies {
25-
implementation 'androidx.core:core-ktx:1.9.0'
2625
implementation 'androidx.core:core-animation:1.0.0'
2726
compileOnly projects.animationlib
2827
compileOnly projects.wmshell

wmshell/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ addFrameworkJar('framework-15.jar')
2323
compileOnlyCommonJars()
2424

2525
dependencies {
26-
implementation 'androidx.core:core-ktx:1.9.0'
2726
implementation "com.google.dagger:hilt-android:$daggerVersion"
2827
ksp "com.google.dagger:hilt-compiler:$daggerVersion"
2928
implementation 'androidx.core:core-animation:1.0.0'

0 commit comments

Comments
 (0)