Skip to content

Commit

Permalink
Refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Apr 4, 2024
1 parent 9932911 commit ede0646
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 @@ -6,7 +6,7 @@ espressoCore = "3.5.1"
gson = "2.10.1"
junit = "4.13.2"
junitVersion = "1.1.5"
library = "1.3.0"
fastScroll = "1.3.0"
material = "1.12.0-beta01"
preferenceKtx = "1.2.1"
preference = "1.2.1"
Expand Down Expand Up @@ -39,7 +39,7 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRunt
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
junit = { module = "junit:junit", version.ref = "junit" }
fast-scroll = { module = "me.zhanghai.android.fastscroll:library", version.ref = "library" }
fast-scroll = { module = "me.zhanghai.android.fastscroll:library", version.ref = "fastScroll" }
material = { module = "com.google.android.material:material", version.ref = "material" }

[plugins]
Expand Down

0 comments on commit ede0646

Please sign in to comment.