mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +01:00
Update dependency androidx.constraintlayout:constraintlayout to v2.2.1
This commit is contained in:
parent
a4f8e42d8c
commit
88be0332e4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue