Skip to content

Commit

Permalink
fix: Transitive dependency, remove version range for localbroadcastma…
Browse files Browse the repository at this point in the history
…nager
  • Loading branch information
willpassidomo committed Dec 20, 2021
1 parent e7183b6 commit 5f94984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
compileOnly 'androidx.annotation:annotation:[1.0.0,)'
compileOnly 'androidx.core:core:[1.3.2, )'

implementation 'androidx.localbroadcastmanager:localbroadcastmanager:[1.0.0, )'
api 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'

lintPublish project( path: ':tooling:custom-lint-rules', configuration: 'lintBuild')

Expand Down

0 comments on commit 5f94984

Please sign in to comment.