Skip to content

Commit

Permalink
⬆️ Bump constraintlayout from 2.1.2 to 2.1.3
Browse files Browse the repository at this point in the history
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](androidx/constraintlayout@2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 14, 2022
1 parent a945f64 commit c9767a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {
implementation("com.github.skydoves:colorpickerview:2.2.3")
implementation("androidx.viewpager2:viewpager2:1.0.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.2")
implementation("androidx.constraintlayout:constraintlayout:2.1.3")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.0")
implementation("androidx.exifinterface:exifinterface:1.3.3")
implementation("androidx.palette:palette-ktx:1.0.0")
Expand Down

0 comments on commit c9767a1

Please sign in to comment.