mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Remove redundant androidx.core deps
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user