Skip to content

Commit

Permalink
Fix plugins:opengpg-api-lib dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Apr 12, 2023
1 parent d17f272 commit 1f76863
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/openpgp-api-lib/openpgp-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 1f76863

Please sign in to comment.