Fix plugins:opengpg-api-lib
dependency conflicts
This commit is contained in:
parent
d17f27244c
commit
1f768632e2
1 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue