1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
plugins { id(ThunderbirdPlugins.Library.android) } android { namespace = "org.openintents.openpgp" buildFeatures { aidl = true } } dependencies { implementation(libs.androidx.lifecycle.common) implementation(libs.timber) implementation(libs.preferencex) }