Skip to content

Commit

Permalink
Fix version reference for constraintlayout
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Oct 5, 2024
1 parent d98a3e6 commit efddbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ agp = "8.5.2"
androidx_recyclerview = "1.3.2"
appcompat = "1.6.1"
appintro = "5.1.0"
constraint_layout = "2.1.4"
constraintlayout = "2.1.4"
dagger = "2.16"
detekt = "1.23.6"
junit = "4.13.2"
Expand All @@ -20,7 +20,7 @@ rxjava2 = "2.2.21"

[libraries]
androidx_appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
androidx_constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraint.layout" }
androidx_constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
androidx_recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx_recyclerview" }
appintro = { module = "com.github.paolorotolo:appintro", version.ref = "appintro" }
dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
Expand Down

0 comments on commit efddbee

Please sign in to comment.