Fix plugins:opengpg-api-lib dependency conflicts

This commit is contained in:
Wolf Montwé 2023-04-11 17:26:46 +02:00
parent d17f27244c
commit 1f768632e2
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72

View file

@ -11,7 +11,10 @@ android {
}
dependencies {
implementation(libs.androidx.lifecycle.common)
api(libs.androidx.lifecycle.common)
api(libs.androidx.preference)
api(libs.androidx.fragment)
implementation(libs.androidx.annotation)
implementation(libs.timber)
implementation(libs.preferencex)
}