File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
implementation ' androidx.browser:browser:1.0.0'
27
27
implementation ' androidx.appcompat:appcompat:1.4.1'
28
28
implementation " com.google.firebase:firebase-ads:20.6.0"
29
- implementation " androidx.constraintlayout:constraintlayout:2.1.3 "
29
+ implementation " androidx.constraintlayout:constraintlayout:2.1.4 "
30
30
implementation " androidx.multidex:multidex:2.0.1"
31
31
32
32
// [START gradle_play_config]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
dependencies {
31
31
implementation ' androidx.appcompat:appcompat:1.4.1'
32
32
implementation ' com.google.android.material:material:1.6.0'
33
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
33
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
34
34
35
35
implementation ' com.google.firebase:firebase-appcheck:16.0.0'
36
36
implementation ' com.google.firebase:firebase-appcheck-debug:16.0.0'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
25
25
implementation ' androidx.appcompat:appcompat:1.4.1'
26
26
implementation " com.google.firebase:firebase-appindexing:20.0.0"
27
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
27
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
28
28
}
29
29
30
30
apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
implementation ' androidx.appcompat:appcompat:1.4.1'
26
26
implementation ' androidx.browser:browser:1.0.0'
27
27
implementation ' androidx.cardview:cardview:1.0.0'
28
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
28
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
29
29
implementation ' com.google.android.material:material:1.6.0'
30
30
implementation ' androidx.activity:activity:1.4.0'
31
31
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ dependencies {
28
28
implementation ' com.google.firebase:firebase-dynamic-links:21.0.1'
29
29
30
30
implementation ' com.google.android.material:material:1.6.0'
31
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
31
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
32
32
}
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ dependencies {
32
32
implementation ' com.google.firebase:firebase-analytics:21.0.0'
33
33
34
34
implementation " com.google.firebase:firebase-database-ktx:20.0.5"
35
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
35
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
36
36
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ repositories {
35
35
dependencies {
36
36
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
37
37
implementation ' androidx.appcompat:appcompat:1.4.1'
38
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
38
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
39
39
implementation ' androidx.multidex:multidex:2.0.1'
40
40
41
41
// Firestore
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation fileTree(dir : " libs" , include : [" *.jar" ])
28
28
implementation ' androidx.core:core-ktx:1.7.0'
29
29
implementation ' androidx.appcompat:appcompat:1.4.1'
30
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
30
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
31
31
32
32
implementation ' com.google.firebase:firebase-installations:17.0.1'
33
33
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
23
23
dependencies {
24
24
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
25
25
implementation ' androidx.appcompat:appcompat:1.4.1'
26
- implementation " com.google.firebase:firebase-messaging-ktx:23.0.4 "
26
+ implementation " com.google.firebase:firebase-messaging-ktx:23.0.5 "
27
27
28
28
// For an optimal experience using FCM, add the Firebase SDK
29
29
// for Google Analytics. This is recommended, but not required.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
annotationProcessor ' com.github.bumptech.glide:compiler:4.13.2'
31
31
kapt ' com.github.bumptech.glide:compiler:4.13.2'
32
32
33
- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
33
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
34
34
}
35
35
36
36
apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments