Skip to content

Commit

Permalink
fixing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
SelvinPL committed Jun 19, 2024
1 parent 0b612aa commit b2d0b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
androidx-appcompat = "1.7.0"
androidx-recyclerview = "1.7.0"
androidx-recyclerview = "1.3.2"
androidx-sqlite = "2.4.0"
androidx-sqlite-framework = "2.4.0"
androidx-annotation = "1.8.0"
Expand All @@ -20,7 +20,7 @@ android-gradle-plugin = "8.5.0"
com-android-sdk-common = "31.5.0"
org-apache-commons-text = "1.11.0"
jsr305 = "3.0.2"
constructors-constraints-annotations = "0.1.2"
constructors-constraints-annotations = "0.1.3"

androidx-test-core = "1.5.0"
androidx-test-runner = "1.5.2"
Expand All @@ -31,7 +31,7 @@ junit = "1.1.5"

#androidx
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-recyclerview = { module = "androidx.appcompat:appcompat", version.ref = "androidx-recyclerview" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recyclerview" }
androidx-sqlite = { module = "androidx.sqlite:sqlite", version.ref = "androidx-sqlite" }
androidx-sqlite-framework = { module = "androidx.sqlite:sqlite-framework", version.ref = "androidx-sqlite-framework" }
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
Expand Down

0 comments on commit b2d0b7b

Please sign in to comment.