Bump constraint-layout from 1.1.3 to 2.0.4

Bumps constraint-layout from 1.1.3 to 2.0.4.

---
updated-dependencies:
- dependency-name: com.android.support.constraint:constraint-layout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-24 07:24:09 +00:00 committed by Wisest_wizard
parent f6ec3ed1c7
commit ee135b29e3
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support.constraint:constraint-layout:2.0.4'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'