We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcf599 commit 0dbf3e1Copy full SHA for 0dbf3e1
analytics/app/build.gradle
@@ -34,7 +34,7 @@ dependencies {
34
implementation "com.google.firebase:firebase-analytics-ktx:21.1.0"
35
// Ironsource and AppLovin libraries used for ad_impression snippets
36
implementation 'com.applovin:applovin-sdk:11.4.4'
37
- implementation 'com.ironsource.sdk:mediationsdk:7.2.4'
+ implementation 'com.ironsource.sdk:mediationsdk:7.2.4.1'
38
39
}
40
firestore/app/build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
implementation "com.firebase:geofire-android-common:3.2.0"
51
52
// OkHttp (for Android 11+)
53
- implementation "io.grpc:grpc-okhttp:1.48.1"
+ implementation "io.grpc:grpc-okhttp:1.49.0"
54
55
56
apply plugin: 'com.google.gms.google-services'
0 commit comments