File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation " com.google.firebase:firebase-analytics:21.1.1"
34
34
implementation " com.google.firebase:firebase-analytics-ktx:21.1.1"
35
35
// Ironsource and AppLovin libraries used for ad_impression snippets
36
- implementation ' com.applovin:applovin-sdk:11.4.6 '
36
+ implementation ' com.applovin:applovin-sdk:11.5.0 '
37
37
implementation ' com.ironsource.sdk:mediationsdk:7.2.4.1'
38
38
39
39
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation ' androidx.cardview:cardview:1.0.0'
28
28
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
29
29
implementation ' com.google.android.material:material:1.6.1'
30
- implementation ' androidx.activity:activity:1.5.1 '
30
+ implementation ' androidx.activity:activity:1.6.0 '
31
31
32
32
implementation " com.google.firebase:firebase-auth-ktx:21.0.8"
33
33
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.2 .0'
8
+ classpath ' com.android.tools.build:gradle:7.3 .0'
9
9
classpath ' com.google.gms:google-services:4.3.14'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
11
11
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
implementation " com.firebase:geofire-android-common:3.2.0"
51
51
52
52
// OkHttp (for Android 11+)
53
- implementation " io.grpc:grpc-okhttp:1.49.0 "
53
+ implementation " io.grpc:grpc-okhttp:1.49.1 "
54
54
}
55
55
56
56
apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments