From ede064636989f72295e57de6a77c19816d741cde Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:28:26 +0800 Subject: [PATCH] Refine code --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 706ed49..a385f17 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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]