Skip to content

Commit

Permalink
Fix build error after Android Gradle 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 authored and cuong-tran committed Mar 4, 2024
1 parent c3b7e33 commit 56673f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions presentation-widget/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ dependencies {
implementation(platform(libs.coil.bom))
implementation(libs.coil.core)

// SY -->
implementation(libs.material)
// SY <--

api(libs.injekt.core)
}

0 comments on commit 56673f2

Please sign in to comment.