Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ dependencies {
implementation(libs.androidx.work)
implementation(libs.androidx.work.ktx)
implementation(libs.google.material)
// Metrics carousel (ADFA-5487). Already on the classpath transitively; declared so the
// compile-time use in MetricsCarouselAdapter does not depend on another library's graph.
implementation(libs.androidx.viewpager2)
implementation(libs.google.flexbox)
implementation(libs.libsu.core)

Expand Down
Loading
Loading