Move dependencies block out of the android block.
This commit is contained in:
parent
6a4ca17e13
commit
f1ad56bef1
12 changed files with 99 additions and 99 deletions
|
|
@ -18,6 +18,7 @@ android {
|
|||
testOptions {
|
||||
unitTests.isIncludeAndroidResources = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.showkase)
|
||||
|
|
@ -26,4 +27,3 @@ android {
|
|||
testImplementation(libs.test.roborazzi.compose)
|
||||
testImplementation(libs.test.roborazzi.junit)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.cryptography.test"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.libraries.cryptography.api)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.dateformatter.api"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCommonDependencies(libs)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ android {
|
|||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.core)
|
||||
|
|
@ -45,4 +46,3 @@ android {
|
|||
testImplementation(projects.libraries.dateformatter.test)
|
||||
testImplementation(projects.services.toolbox.test)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.dateformatter.test"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.libraries.dateformatter.api)
|
||||
api(libs.datetime)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ android {
|
|||
consumerProguardFiles("consumer-rules.pro")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.libraries.compound)
|
||||
|
|
@ -45,4 +46,3 @@ android {
|
|||
|
||||
testCommonDependencies(libs)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.featureflag.test"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.libraries.featureflag.api)
|
||||
|
|
@ -18,4 +19,3 @@ android {
|
|||
implementation(projects.libraries.matrix.test)
|
||||
implementation(libs.coroutines.core)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.mediapickers.api"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.uiStrings)
|
||||
|
|
@ -21,4 +22,3 @@ android {
|
|||
|
||||
testCommonDependencies(libs)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@ setupDependencyInjection()
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.mediapickers.test"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.core)
|
||||
implementation(projects.libraries.di)
|
||||
api(projects.libraries.mediapickers.api)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.preferences.test"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.libraries.preferences.api)
|
||||
|
|
@ -19,4 +20,3 @@ android {
|
|||
implementation(libs.coroutines.core)
|
||||
implementation(libs.androidx.datastore.preferences)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.previewutils"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.designsystem)
|
||||
|
|
@ -18,4 +19,3 @@ android {
|
|||
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ plugins {
|
|||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.ui.utils"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.libraries.androidutils)
|
||||
|
|
@ -20,4 +21,3 @@ android {
|
|||
|
||||
testCommonDependencies(libs)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue