Skip to content

Commit b2d0b7b

Browse files
committed
fixing libraries
1 parent 0b612aa commit b2d0b7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
androidx-appcompat = "1.7.0"
3-
androidx-recyclerview = "1.7.0"
3+
androidx-recyclerview = "1.3.2"
44
androidx-sqlite = "2.4.0"
55
androidx-sqlite-framework = "2.4.0"
66
androidx-annotation = "1.8.0"
@@ -20,7 +20,7 @@ android-gradle-plugin = "8.5.0"
2020
com-android-sdk-common = "31.5.0"
2121
org-apache-commons-text = "1.11.0"
2222
jsr305 = "3.0.2"
23-
constructors-constraints-annotations = "0.1.2"
23+
constructors-constraints-annotations = "0.1.3"
2424

2525
androidx-test-core = "1.5.0"
2626
androidx-test-runner = "1.5.2"
@@ -31,7 +31,7 @@ junit = "1.1.5"
3131

3232
#androidx
3333
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
34-
androidx-recyclerview = { module = "androidx.appcompat:appcompat", version.ref = "androidx-recyclerview" }
34+
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recyclerview" }
3535
androidx-sqlite = { module = "androidx.sqlite:sqlite", version.ref = "androidx-sqlite" }
3636
androidx-sqlite-framework = { module = "androidx.sqlite:sqlite-framework", version.ref = "androidx-sqlite-framework" }
3737
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }

0 commit comments

Comments
 (0)