File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626 implementation ' androidx.appcompat:appcompat:1.2.0'
2727 implementation " com.google.firebase:firebase-appindexing:19.1.0"
2828 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
29- implementation ' androidx.constraintlayout:constraintlayout:2.0.0 '
29+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
3030}
3131
3232apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 implementation ' androidx.appcompat:appcompat:1.2.0'
2828 implementation ' androidx.browser:browser:1.0.0'
2929 implementation ' androidx.cardview:cardview:1.0.0'
30- implementation ' androidx.constraintlayout:constraintlayout:2.0.0 '
30+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
3131 implementation ' com.google.android.material:material:1.2.0'
3232
3333 implementation " com.google.firebase:firebase-auth-ktx:19.3.2"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 implementation ' com.google.firebase:firebase-dynamic-links:19.1.0'
3434
3535 implementation ' com.google.android.material:material:1.2.0'
36- implementation ' androidx.constraintlayout:constraintlayout:2.0.0 '
36+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
3737
3838 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
3939}
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ dependencies {
3434
3535 implementation " com.google.firebase:firebase-database-ktx:19.3.1"
3636 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
37- implementation ' androidx.constraintlayout:constraintlayout:2.0.0 '
37+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
3838}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636dependencies {
3737 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
3838 implementation ' androidx.appcompat:appcompat:1.2.0'
39- implementation ' androidx.constraintlayout:constraintlayout:2.0.0 '
39+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
4040 implementation ' androidx.multidex:multidex:2.0.1'
4141
4242 // Firestore
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 implementation " org.jetbrains.kotlin:kotlin-stdlib:1.4.0"
2929 implementation ' androidx.core:core-ktx:1.3.1'
3030 implementation ' androidx.appcompat:appcompat:1.2.0'
31- implementation ' androidx.constraintlayout:constraintlayout:2.0.0 '
31+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
3232
3333 implementation ' com.google.firebase:firebase-installations:16.3.3'
3434}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 implementation ' com.google.android.material:material:1.2.0'
2828 implementation " com.google.firebase:firebase-invites:17.0.0"
2929 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
30- implementation ' androidx.constraintlayout:constraintlayout:2.0.0 '
30+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
3131}
3232
3333apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ dependencies {
3535
3636 // Needed to fix a temporary issue with duplicate class com.google.android.gms.internal.vision.* errors
3737 // Image Labeling model.
38- implementation ' com.google.android.gms:play-services-vision:20.1.1 '
39- implementation ' com.google.android.gms:play-services-vision-common:19.1.1 '
38+ implementation ' com.google.android.gms:play-services-vision:20.1.2 '
39+ implementation ' com.google.android.gms:play-services-vision-common:19.1.2 '
4040
4141 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
4242}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 kapt ' com.github.bumptech.glide:compiler:4.11.0'
3333
3434 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
35- implementation ' androidx.constraintlayout:constraintlayout:2.0.0 '
35+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
3636}
3737
3838apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments