File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -415,9 +415,6 @@ dependencies {
415
415
implementation " androidx.room:room-ktx:$roomVersion "
416
416
ksp " androidx.room:room-compiler:$roomVersion "
417
417
418
- def core_version = " 1.13.1"
419
- implementation " androidx.core:core:$core_version "
420
-
421
418
implementation " com.github.topjohnwu.libsu:service:6.0.0"
422
419
423
420
// Persian Date
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ addFrameworkJar('framework-15.jar')
22
22
compileOnlyCommonJars()
23
23
24
24
dependencies {
25
- implementation ' androidx.core:core-ktx:1.9.0'
26
25
implementation ' androidx.core:core-animation:1.0.0'
27
26
compileOnly projects. animationlib
28
27
compileOnly projects. wmshell
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ addFrameworkJar('framework-15.jar')
23
23
compileOnlyCommonJars()
24
24
25
25
dependencies {
26
- implementation ' androidx.core:core-ktx:1.9.0'
27
26
implementation " com.google.dagger:hilt-android:$daggerVersion "
28
27
ksp " com.google.dagger:hilt-compiler:$daggerVersion "
29
28
implementation ' androidx.core:core-animation:1.0.0'
You can’t perform that action at this time.
0 commit comments