Update dependency androidx.constraintlayout:constraintlayout to v2.2.1

This commit is contained in:
renovate[bot] 2025-03-03 13:12:51 +00:00 committed by GitHub
parent a4f8e42d8c
commit 88be0332e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ dependencies {
androidTestImplementation('com.wix:detox:0.1.1') androidTestImplementation('com.wix:detox:0.1.1')
implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.appcompat:appcompat:1.7.0'
implementation fileTree(dir: "libs", include: ["*.jar"]) implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
} }
apply plugin: 'com.google.gms.google-services' // Google Services plugin apply plugin: 'com.google.gms.google-services' // Google Services plugin
apply plugin: "com.bugsnag.android.gradle" apply plugin: "com.bugsnag.android.gradle"