Skip to content

Commit

Permalink
Use implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Aug 14, 2024
1 parent 223fe17 commit d5503ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ android {

dependencies {

api("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

api('com.google.firebase:firebase-messaging:24.0.0') {
implementation ('com.google.firebase:firebase-messaging:24.0.0') {
exclude group: 'com.google.firebase', module: 'firebase-core'
exclude group: 'com.google.firebase', module: 'firebase-analytics'
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
Expand Down

0 comments on commit d5503ea

Please sign in to comment.