0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Remove unused dependencies

This commit is contained in:
Wolf Montwé 2023-04-11 18:20:16 +02:00
parent 45026238f0
commit c7f78df1b6
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72

View File

@ -14,8 +14,4 @@ android {
dependencies {
implementation(projects.core.ui.compose.designsystem)
implementation(libs.androidx.compose.material)
androidTestImplementation(libs.androidx.test.ext.junit.ktx)
androidTestImplementation(libs.androidx.test.espresso.core)
}