Skip to content

Commit

Permalink
exclude firebase ads dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yzzzd committed Mar 17, 2023
1 parent ae9b949 commit b3947af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ dependencies {

/* Firebase */
api platform('com.google.firebase:firebase-bom:29.2.0')
api 'com.google.firebase:firebase-analytics-ktx'
api ('com.google.firebase:firebase-analytics-ktx') {
exclude module: 'play-services-ads-identifier'
exclude module: 'play-services-measurement'
exclude module: 'play-services-measurement-sdk'
}
api 'com.google.firebase:firebase-messaging-ktx'
api 'com.google.firebase:firebase-crashlytics-ktx'
api 'com.google.firebase:firebase-perf-ktx'
Expand All @@ -111,7 +115,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.crocodic-studio'
artifactId = 'AndroidCoreProject'
version = '4.0.7'
version = '4.0.7.1'
}
}
}
Expand Down

0 comments on commit b3947af

Please sign in to comment.