Skip to content

Commit

Permalink
feat/#9: coil 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
youjin09222 committed May 8, 2024
1 parent 242824b commit 461b231
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@ dependencies {
// define any required OkHttp artifacts without version
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:logging-interceptor")

// coil
implementation("io.coil-kt:coil:0.10.0")
}

0 comments on commit 461b231

Please sign in to comment.