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

Remove old message-list-widget

This commit is contained in:
Wolf-Martell Montwé 2024-07-02 15:40:13 +02:00
parent 9541a79cfe
commit 85d45f6fd1
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72

View File

@ -1,18 +0,0 @@
plugins {
id(ThunderbirdPlugins.Library.android)
}
dependencies {
implementation(projects.app.ui.legacy)
implementation(projects.app.core)
implementation(libs.timber)
}
android {
namespace = "app.k9mail.ui.widget.list"
buildFeatures {
buildConfig = true
}
}