Refine code

This commit is contained in:
Super12138 2024-04-04 15:28:26 +08:00
parent 99329119f7
commit ede0646369

View file

@ -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"
@ -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]