Upgrade constraintlayout
This commit is contained in:
parent
a8e9a40023
commit
2a8b937402
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ dependencies {
|
||||||
implementation 'com.google.android.material:material:1.4.0'
|
implementation 'com.google.android.material:material:1.4.0'
|
||||||
|
|
||||||
// ConstraintLayout
|
// ConstraintLayout
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
|
||||||
|
|
||||||
// Navigation
|
// Navigation
|
||||||
def navigation_version = "2.3.5"
|
def navigation_version = "2.3.5"
|
||||||
|
|
Loading…
Reference in a new issue