Skip to content

Commit

Permalink
Update dependency com.android.support.constraint:constraint-layout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2021
1 parent 6a48515 commit fcc0568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objectAnimator/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
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'
Expand Down

0 comments on commit fcc0568

Please sign in to comment.