From 9ca1f3deb6cefa155a7f8af35749be82e0818524 Mon Sep 17 00:00:00 2001 From: Satoshi Koda <77545144+ec22s@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:40:57 +0900 Subject: [PATCH] fix: location of ExpandableLayout --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7abbcfc4..54048b92 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ mp-chart = "com.github.PhilJay:MPAndroidChart:v3.1.0-alpha" gif-drawable = "pl.droidsonroids.gif:android-gif-drawable:1.2.25" highlightjs = "com.pddstudio:highlightjs-android:1.5.0" appintro = "com.github.AppIntro:AppIntro:6.1.0" -expandablelayout = "net.cachapa.expandablelayout:expandablelayout:2.9.2" +expandablelayout = "com.github.cachapa:ExpandableLayout:2.9.2" timber = "com.jakewharton.timber:timber:5.0.1" glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" } glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" }