forked from github/wulkanowy-mirror
Use Firebase Android BoM (#1064)
* Use Firebase Android BoM * Use androidx-bom to resolve androidx versions * Revert "Use androidx-bom to resolve androidx versions" This reverts commit 55a79a61cfa55090e157c66d4aed94322d44ac69.
This commit is contained in:
parent
bee62d4769
commit
8b2dc514f4
@ -198,11 +198,12 @@ dependencies {
|
||||
implementation "io.github.wulkanowy:AppKillerManager:3.0.0"
|
||||
implementation 'me.xdrop:fuzzywuzzy:1.3.1'
|
||||
|
||||
playImplementation 'com.google.firebase:firebase-analytics:18.0.0'
|
||||
playImplementation 'com.google.firebase:firebase-inappmessaging-display-ktx:19.1.2'
|
||||
playImplementation "com.google.firebase:firebase-inappmessaging-ktx:19.1.2"
|
||||
playImplementation 'com.google.firebase:firebase-messaging:21.0.0'
|
||||
playImplementation 'com.google.firebase:firebase-crashlytics:17.3.0'
|
||||
playImplementation platform('com.google.firebase:firebase-bom:26.2.0')
|
||||
playImplementation 'com.google.firebase:firebase-analytics-ktx'
|
||||
playImplementation 'com.google.firebase:firebase-inappmessaging-display-ktx'
|
||||
playImplementation "com.google.firebase:firebase-inappmessaging-ktx"
|
||||
playImplementation 'com.google.firebase:firebase-messaging:'
|
||||
playImplementation 'com.google.firebase:firebase-crashlytics:'
|
||||
playImplementation 'com.google.android.play:core-ktx:1.8.1'
|
||||
playImplementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user