Skip to content

Commit 6a42fd3

Browse files
Correctly link Material version upgrade
1 parent c216df1 commit 6a42fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ detektFormatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", v
3838

3939
androidXCore = "androidx.core:core:1.12.0"
4040
appcompat = "androidx.appcompat:appcompat:1.6.1"
41-
material = "com.google.android.material:material:1.11.0"
41+
material = { module = "com.google.android.material:material", version.ref = "material" }
4242
constraint = "androidx.constraintlayout:constraintlayout:2.1.4"
4343
multidex = "androidx.multidex:multidex:2.0.1"
4444

0 commit comments

Comments
 (0)